fix: slide delete 500 error + mobile header overlap on main page

This commit is contained in:
F4ilji
2026-09-21 21:43:15 +05:00
parent b53db18826
commit d6a55ddfbc
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<MainPageNavBar :sections="$page.props.navigation" />
<Slider class="bvi-hide bg-gray-300" slider-id="quos-velit-quisquam" />
<section class="max-w-screen-xl w-full mx-auto px-4 py-3 pb-10">
<section class="max-w-screen-xl w-full mx-auto px-4 pt-20 pb-10 md:pt-3">
<PostSection :posts="posts" />
<!-- <div>-->
<!-- <EventSection :events="events" />-->