X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/d32c4bec50aa194beba44eb1123f2141a58b58cf..cc996fd29fdce36be099c1c832b4d005ca12efcd:/style.css diff --git a/style.css b/style.css index c6d59fc..c4c2594 100644 --- a/style.css +++ b/style.css @@ -5,12 +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 { @@ -45,6 +46,7 @@ article h3 { code { font-size: 1.15em; + text-transform: none; } table td { @@ -73,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; } @@ -96,3 +98,6 @@ main > h3, ul:first-child { p:first-child { margin-top: 0; } +p:last-child { + margin-bottom: 0; +}