Compare commits

...

1 Commits

Author SHA1 Message Date
Ruslan Bakiev
9b738e6841 Remove py-4 from main to fix gap between SubNav and SearchBar
All checks were successful
Build Docker Image / build (push) Successful in 4m12s
2026-01-15 12:32:22 +07:00

View File

@@ -28,7 +28,7 @@
/> />
<!-- Page content --> <!-- Page content -->
<main class="flex-1 flex flex-col min-h-0 px-3 lg:px-6 py-4"> <main class="flex-1 flex flex-col min-h-0 px-3 lg:px-6">
<slot /> <slot />
</main> </main>
</div> </div>