From d3b7683bda5c420e8ff99e3201a5fe443d4991a1 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Tue, 23 Jan 2018 12:50:50 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BB=20Replace=20.nav=20with=20.navbar?= =?UTF-8?q?=20#100DaysOfCode=20R1D22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add top-level container --- _layouts/default.html | 31 ++++++++++++++++++------------- style.scss | 4 ++++ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 635a778..fd1ef2c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,20 +8,25 @@ - +
+ -
- {% if page.title %} -
-

{{ page.title }}

-
- {% endif %} - {{ content }} +
+ {% if page.title %} +
+

{{ page.title }}

+
+ {% endif %} + {{ content }} +
diff --git a/style.scss b/style.scss index 1a54fe5..6213b18 100644 --- a/style.scss +++ b/style.scss @@ -2,6 +2,10 @@ --- @import 'bootstrap'; +.primary-container { + padding: 0; +} + dl { & > dt + dd, & > dd + dd { padding-left: 1em;