X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/4ad3138c4814ad02d9101676e95d436adb00818d..cc996fd29fdce36be099c1c832b4d005ca12efcd:/style.css diff --git a/style.css b/style.css index af0562d..c4c2594 100644 --- a/style.css +++ b/style.css @@ -5,13 +5,13 @@ article, aside, footer, header, nav, section { body { font-family: FreeSans, sans-serif; + text-transform: lowercase; line-height: 1.4; padding: 1em; } main { margin: auto; - max-width: 38em; } main > header { @@ -46,6 +46,7 @@ article h3 { code { font-size: 1.15em; + text-transform: none; } table td { @@ -74,7 +75,7 @@ nav li:last-child:after { main { display: grid; - grid-template-columns: auto 38em auto; + grid-template-columns: auto 32em auto; grid-column-gap: 1.5em; grid-row-gap: 1em; }