From df86cb62c25c70a0f168a4d70556edbf1b7b0d2a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 6 Jun 2016 15:15:20 -0400 Subject: [PATCH] Left align masthead and footer --- assets/_scss/_footer.scss | 7 ------- assets/_scss/_masthead.scss | 8 ++------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/assets/_scss/_footer.scss b/assets/_scss/_footer.scss index 09e4be82..6f9a4561 100644 --- a/assets/_scss/_footer.scss +++ b/assets/_scss/_footer.scss @@ -28,16 +28,9 @@ .page__footer-copyright { font-family: $global-font-family; font-size: $type-size-7; - - @include breakpoint($large) { - @include prefix(2.5 of 12); - } } .page__footer-follow { - @include breakpoint($large) { - @include prefix(2.5 of 12); - } ul { margin: 0; diff --git a/assets/_scss/_masthead.scss b/assets/_scss/_masthead.scss index 96e0ed69..c8de3dc1 100644 --- a/assets/_scss/_masthead.scss +++ b/assets/_scss/_masthead.scss @@ -15,7 +15,6 @@ padding: 1em 1em 1em; font-family: $sans-serif-narrow; font-weight: 700; - text-transform: uppercase; @include breakpoint($x-large) { max-width: $x-large; @@ -32,9 +31,6 @@ } .masthead__menu { - @include breakpoint($large) { - @include prefix(2.5 of 12); - } ul { margin: 0; @@ -47,10 +43,10 @@ .masthead__menu-item { display: block; list-style-type: none; - font-size: $type-size-6; white-space: nowrap; &--lg { - font-size: $type-size-5; + padding-right: 2em; + text-transform: uppercase; } } \ No newline at end of file