From c1d521cf9caaf892f84c125eb528041f6f699256 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Fri, 26 Jan 2018 12:24:25 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BB=20Some=20more=20styling=20the=20si?= =?UTF-8?q?debar=20#100DaysOfCode=20R1D25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/style.scss b/style.scss index cd437a7..1c70b29 100644 --- a/style.scss +++ b/style.scss @@ -6,6 +6,19 @@ padding: 0; } +.bd-sideboard.bg-dark { + aside { + padding: $table-cell-padding-sm; + } + header { + color: $light; + + h2 { + font-size: 1.7rem; + } + } +} + dl { & > dt + dd, & > dd + dd { padding-left: 1em;