diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-07-10 13:16:30 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-07-10 13:16:30 +0200 |
commit | ba9d03263d065c2898dc1290ad352798c2f8bcd9 (patch) | |
tree | 85451f15d0d8295cf9d5476c77a2ba7cbf833d28 /style.scss | |
parent | 1791194c571ceeba85b9a3ac016e97c9e34b25a6 (diff) |
Visually join main content and footer, with underlying background in darker grey.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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; } |