Skip to content

Commit bc7fe6d

Browse files
committed
fixing a change to the layout width didn't see got changed
1 parent d8e7727 commit bc7fe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
margin: 0 auto;
2121
padding-block: 0;
2222
padding-block-end: 6.26rem;
23-
width: 100vw;
23+
width: min(72ch, 100%);
2424
height: 100dvh;
2525
}
2626
}

0 commit comments

Comments
 (0)