oops, apply max-width to footer

This commit is contained in:
Joshua Goins 2022-11-06 22:10:08 -05:00
parent 7cb42d47f3
commit 0fda15973a

View file

@ -21,8 +21,10 @@
#content {
display: flex;
flex-direction: row;
max-width: 100em;
}
body {
max-width: 100em;
}
}