X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/737aed007b35c70cd3d1b6c3271f99ce91555b48..1c986cd7696871d5691aec94d1c18896297aae8d:/style.css?ds=sidebyside diff --git a/style.css b/style.css index 86cf7ea..baeed6b 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ article, aside, footer, header, nav, section { body { font-family: FreeSans, sans-serif; + text-transform: lowercase; line-height: 1.4; padding: 1em; } @@ -46,6 +47,7 @@ article h3 { code { font-size: 1.15em; + text-transform: none; } table td { @@ -97,3 +99,6 @@ main > h3, ul:first-child { p:first-child { margin-top: 0; } +p:last-child { + margin-bottom: 0; +}