summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-07-10 13:16:30 +0200
committerJonas Smedegaard <dr@jones.dk>2017-07-10 13:16:30 +0200
commitba9d03263d065c2898dc1290ad352798c2f8bcd9 (patch)
tree85451f15d0d8295cf9d5476c77a2ba7cbf833d28
parent1791194c571ceeba85b9a3ac016e97c9e34b25a6 (diff)
Visually join main content and footer, with underlying background in darker grey.
-rw-r--r--style.scss10
1 files changed, 7 insertions, 3 deletions
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;
}