From ba9d03263d065c2898dc1290ad352798c2f8bcd9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 10 Jul 2017 13:16:30 +0200 Subject: Visually join main content and footer, with underlying background in darker grey. --- style.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 46acdd5..a84ec94 100644 --- a/style.scss +++ b/style.scss @@ -25,10 +25,11 @@ } } -// Font +// Page // -// Helevetica +// Grey underlay, Helvetica text body { + background-color: grey; font-family: Helvetica, sans-serif; } @@ -56,9 +57,12 @@ dd { // Content // +// Light grey underlay // Max. 45 chars., balanced margins on large viewports #content, #footer { max-width: 45em; - margin: 3em auto; + margin: 0 auto; + padding .5em 2em; + background-color: lightgrey; } -- cgit v1.2.3