Skip to content

Commit

Permalink
fixing a change to the layout width didn't see got changed
Browse files Browse the repository at this point in the history
  • Loading branch information
bbland1 committed Oct 16, 2024
1 parent d8e7727 commit bc7fe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
margin: 0 auto;
padding-block: 0;
padding-block-end: 6.26rem;
width: 100vw;
width: min(72ch, 100%);
height: 100dvh;
}
}

0 comments on commit bc7fe6d

Please sign in to comment.