X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/56ffe968715ccf75dc4e859806e2b8185f5c8289..e1b040a4debfea4edf9592f36cd1fc26d98cb4e7:/css/style.css?ds=sidebyside diff --git a/css/style.css b/css/style.css index 898d274..547fb13 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,7 @@ html { } body { + font-size: 1em; font: -apple-system-body; font-family: "Hoefler Text", "Times New Roman", serif; font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1; @@ -13,6 +14,7 @@ body { aside { clear: both; + padding-top: 2em; } ::selection { @@ -27,6 +29,7 @@ aside { .columned { width: max-content; + padding: 0 0 0 66px; } .columned .h2:not(:only-child) { @@ -45,13 +48,21 @@ aside { } .columned .h2:not(:only-child) pre { width: 25em } + + header { + float: left; + margin-top: 1.2em; + } } .columned .h2:first-of-type pre { line-height: 1; } -blockquote, p { max-width: 45em } +blockquote, p, article > div { + margin: 0 0.3em; + max-width: 45em +} pre { max-width: 55em } blockquote { border-left: 4px solid #ccc; @@ -59,17 +70,22 @@ blockquote { } br { display: none } +h1, h2, h3 { font-weight: normal } +h1 { font-size: 1em } +h2 { font-size: 1.65em } +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; }