scaling problem

This commit is contained in:
Simon Martens
2025-10-07 17:59:41 +02:00
parent bbc2323663
commit 26c1717c8f
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<div class="max-w-none mx-auto px-8">
<div class="mb-10 lg:mb-0 sticky top-0 ">
<div class="mb-10 md:mb-0 sticky top-0 ">
{{ template "_header_with_toggle" .model }}
</div>

View File

@@ -5,7 +5,7 @@
{{ template "_scrollspy_layout" .model }}
<!-- Mobile Header (shown on smaller screens) -->
<div class="lg:hidden mb-10 w-full">
<div class="md:hidden mb-10 w-full">
{{ template "_header_with_toggle" .model }}
</div>