From 1bce5a55e87b664202928c730f779c89805b6a92 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 11 Mar 2016 16:17:41 -0500 Subject: [PATCH] Harmonize spacing --- _assets/css/_footer.scss | 5 ++++- _assets/css/_page.scss | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_assets/css/_footer.scss b/_assets/css/_footer.scss index 7ce46a4c..a0cd9073 100644 --- a/_assets/css/_footer.scss +++ b/_assets/css/_footer.scss @@ -5,7 +5,7 @@ .page__footer { @include container; @include clearfix; - clear: both; + margin-top: 3em; padding-bottom: 3em; a { @@ -45,6 +45,9 @@ li { display: inline-block; + font-family: $sans-serif-narrow; + font-size: 16px; + text-transform: uppercase; } li + li:before { diff --git a/_assets/css/_page.scss b/_assets/css/_page.scss index 7650e12d..3d84c916 100644 --- a/_assets/css/_page.scss +++ b/_assets/css/_page.scss @@ -13,7 +13,6 @@ @include grid(12,10); @include prefix(12,1); @include suffix(12,1); - margin-bottom: 2em; @include breakpoint($small) { @include grid(12,8); @@ -97,7 +96,7 @@ ========================================================================== */ .page__share { - margin-top: 1em; + margin-top: 2em; padding-top: 1em; border-top: 1px solid $border-color; } @@ -143,7 +142,9 @@ @include grid(12,10); @include prefix(12,1); @include suffix(12,1); - margin-bottom: 2em; + margin-top: 2em; + padding-top: 1em; + border-top: 1px solid $border-color; @include breakpoint($small) { @include grid(12,6); @include prefix(12,3);