Skip to content

Commit c6a5827

Browse files
committedApr 25, 2025·
hide page options on mobile
1 parent 95cebcc commit c6a5827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎layouts/partials/content-default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ <h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
1111
</div>
1212
{{ .Content }}
1313
</article>
14-
<span class="ml-auto md-dropdown">
14+
<div class="hidden lg:block ml-auto md-dropdown">
1515
{{ partial "md-dropdown.html" . }}
16-
</span>
16+
</div>
1717
<div class="-mr-8 -mt-8 hidden min-w-52 flex-1 lg:block">
1818
{{ partial "aside.html" . }}
1919
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.