trim space around masthead

This commit is contained in:
Infominer 2020-01-07 05:53:45 -05:00
parent e9800e0c0e
commit 86a6b8d00e
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
.masthead {
position: relative;
border-bottom: 1px solid $border-color;
border-bottom: 2px solid $border-color;
-webkit-animation: $intro-transition;
animation: $intro-transition;
-webkit-animation-delay: 0.15s;
@ -15,7 +15,7 @@
@include clearfix;
margin-left: auto;
margin-right: auto;
padding: 1em;
padding: 0.5em;
max-width: 100%;
display: -webkit-box;
display: -ms-flexbox;

View File

@ -126,7 +126,7 @@
.page__hero {
position: relative;
margin-bottom: 2em;
margin-bottom: 0em;
@include clearfix;
-webkit-animation: $intro-transition;
animation: $intro-transition;