diff --git a/static/css/main.css b/static/css/main.css index 0701d46..bb7c1b9 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,6 +1,8 @@ body { display: flex; flex-flow: column wrap; + max-width: 50em; + line-height: 1.5em; } @@ -14,6 +16,10 @@ img { max-width: 100%; } +code, blockquote { + background: #eee; +} + /* Homepage */ .intro > h1 { color: #212121;