From b0e280b61b7820cc366706e31c8785bfc73bf6e5 Mon Sep 17 00:00:00 2001 From: wacked Date: Sun, 3 Nov 2019 22:00:27 +0100 Subject: [PATCH] only the content should have a max-width to be mobile friendly --- static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index bb7c1b9..f689dd2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,12 +1,12 @@ body { display: flex; flex-flow: column wrap; - max-width: 50em; line-height: 1.5em; } main { + max-width: 50em; margin: auto; flex: 8 0; padding: 1.5rem; @@ -23,7 +23,7 @@ code, blockquote { /* Homepage */ .intro > h1 { color: #212121; - font-size: 12vh; + font-size: 6vh; } .intro > h2 {