From 50ff23bce5df6466de5a178a286026b39c279dad Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 11 May 2015 16:46:01 -0400 Subject: make content narrower --- _sass/_brand.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '_sass/_brand.scss') diff --git a/_sass/_brand.scss b/_sass/_brand.scss index 845deac..9d9eb63 100644 --- a/_sass/_brand.scss +++ b/_sass/_brand.scss @@ -8,6 +8,11 @@ header, footer, main { @extend .container; } +main { + padding-left: 1rem; + padding-right: 1rem; +} + a { color: $teal; transition: color 0.4s ease, background-color 0.4s ease; @@ -20,7 +25,7 @@ a { kbd { border-style: solid; - border-color: $gray; + border-color: $light-gray; border-width: 1px 1px 2px 1px; border-radius: 4px; font-size: 0.8rem; @@ -42,7 +47,7 @@ header nav a { time { color: $light-gray; - font-family: $monospace; + font-style: italic; } hr { -- cgit v1.2.3