diff --git a/_sass/_footer.scss b/_sass/_footer.scss index e7b18434d8603..379ef9d6d9849 100644 --- a/_sass/_footer.scss +++ b/_sass/_footer.scss @@ -27,9 +27,9 @@ @include clearfix; margin-left: auto; margin-right: auto; - margin-top: 2em; + margin-top: 1em; max-width: 100%; - padding: 0 1em 2em; + padding: 0 1em 1em; @include breakpoint($x-large) { max-width: $x-large; diff --git a/_sass/_masthead.scss b/_sass/_masthead.scss index 81a04dbac6006..467df09e7da96 100644 --- a/_sass/_masthead.scss +++ b/_sass/_masthead.scss @@ -52,7 +52,7 @@ white-space: nowrap; &--lg { - padding-right: 3em; + padding-right: 2em; font-weight: 700; } } \ No newline at end of file