X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/c1bc1a5c7ea7b572205adbc664c7e4d30e95c812..7a85c70af3300bb6055235241a5155c478a2f82d:/css/style.css diff --git a/css/style.css b/css/style.css index cb38a25..59bca81 100644 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,7 @@ body { aside { clear: both; + padding-top: 2em; } ::selection { @@ -26,6 +27,10 @@ aside { overflow-x: auto; } + main { + padding: 0 0 0 66px + } + .columned { width: max-content; } @@ -46,6 +51,11 @@ aside { } .columned .h2:not(:only-child) pre { width: 25em } + + header { + float: left; + margin-top: 1.2em; + } } .columned .h2:first-of-type pre { @@ -64,17 +74,21 @@ blockquote { br { display: none } h1, h2, h3 { font-weight: normal } +h1, h2 { font-size: 1.65em } +main h1 { font-size: 1em } +h3 { font-size: 1.25em } pre { font-family: courier, monospace; font-size: 0.875em; background-color: #eee; overflow-x: auto; + padding: 1em; } canvas { width: 64px; height: 64px; - display: inline-block; + display: block; background-color: #000; border: 1px solid #000; } @@ -90,6 +104,11 @@ canvas { border: 1px solid #fff; } + h1 a { + display: block; + width: 64px; + } + a { color: #5dc1fd; display: inline-block;