Remove py-4 from main to fix gap between SubNav and SearchBar
All checks were successful
Build Docker Image / build (push) Successful in 4m12s

This commit is contained in:
Ruslan Bakiev
2026-01-15 12:32:22 +07:00
parent b9f44ecaf4
commit 9b738e6841

View File

@@ -28,7 +28,7 @@
/>
<!-- 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 />
</main>
</div>