X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/cf6302904d61ead65e6294e7f1be406eb68ef5f9..d92ac8ccf6516011bc40bff2b17ef0d0d766f9de:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index aeda780..6c7fd1b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -24,19 +24,21 @@ header a { } main { - background-color: #fff; + background-color: white; padding: 1.414em; } h1, h2, h3, h4 { margin: 1.414em 0 0.5em; font-weight: 400; + width: 100%; + max-width: 640px; } p, ul, ol, img { width: 100%; margin: 1.414em 0; - max-width: 30em; + max-width: 480px;; } ul, ol { margin-left: 1.414em; } @@ -46,6 +48,17 @@ h2 { font-size: 2.827em; } h3 { font-size: 1.999em; } h4 { font-size: 1.414em; } +code { + background-color: whitesmoke; + padding: 0.2em 0.5em; +} + +pre { + background-color: whitesmoke; + padding: 1em; + max-width: 40em; +} + footer { background-color: pink; padding: 1.414em;