max-width go brrrr

This commit is contained in:
erin 2023-07-19 18:11:07 -04:00
parent f21dfc5fb9
commit 74fd9feb82
3 changed files with 5 additions and 3 deletions

View file

@ -207,7 +207,9 @@ main {
// that margin
width: 224rem;
min-height: 34rem;
max-width: calc(100vw - 34rem);
// this accounts for a bunch of things including the width of the
// handles and the padding of <main>
max-width: calc(100vw - 32rem);
// get the slightly off-white region around the text
box-shadow: