Skip to content

Commit 5f563c6

Browse files
committed
fix: sidebar-width sm screens
Signed-off-by: David Karlsson <[email protected]>
1 parent 28e23d9 commit 5f563c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hugo_stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"lg:grid-cols-3",
275275
"lg:grid-cols-main-lg",
276276
"lg:hidden",
277+
"lg:max-w-[300px]",
277278
"lg:no-underline",
278279
"lg:pb-2",
279280
"lg:scale-100",
@@ -286,7 +287,6 @@
286287
"max-h-full",
287288
"max-w-56",
288289
"max-w-[1400px]",
289-
"max-w-[300px]",
290290
"max-w-[840px]",
291291
"max-w-full",
292292
"max-w-none",

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$store.showSidebar = false;
2626
"
2727
>
28-
<div class="max-w-[300px] ml-auto p-2">
28+
<div class="w-full max-w-none lg:max-w-[300px] ml-auto p-2">
2929
{{ block "left" . }}
3030
{{ end }}
3131
</div>

0 commit comments

Comments
 (0)