From 07259ce92737d9507db30c876908b50d2c0f4d07 Mon Sep 17 00:00:00 2001 From: wacked Date: Sun, 3 Nov 2019 21:55:41 +0100 Subject: [PATCH] https://jgthms.com/web-design-in-4-minutes/ --- static/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;