X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=b770986f8164b899764069f1e9f736d32a5338cd;hp=baf35bf59abe9367432554e01f6ecb7b3fa5ef9f;hb=9be7b5eabaa074f23c410861dd8b99d61711a6f6;hpb=b0b2d2d5dd5c3bac29537e2f5b206208f0a43898 diff --git a/style.css b/style.css index baf35bf..b770986 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +/* Because this is the only sizing that is sane, make it global. */ +* { + box-sizing: border-box; +} + /*\ |*| |*| Properties for the page: colors, etc. @@ -124,7 +129,6 @@ body { * of the page content. */ #page { - box-sizing: border-box; max-width: var(--page-max-width-padded); margin-left: auto; margin-right: auto;