Add some margin to the hero-banner.

The navbar is fixed and was on top of the hero banner, this adds enough
margin so it can be visible.
This commit is contained in:
David Valdez 2019-05-13 12:38:33 -05:00
parent daf0b76e7c
commit ef95e90dee
2 changed files with 8 additions and 0 deletions

View file

@ -8026,6 +8026,9 @@ a.teaser {
.media-list .teaser:hover .media-left .byline {
display: block; }
.hero {
margin-top: 96px; }
.hero.is-light {
background: #E4E5E7; }

View file

@ -9,6 +9,11 @@
//
// Styleguide: Componenet.Hero
// The topbar-fixed is hidding the Hero banner.
.hero {
margin-top: 96px;
}
.hero.is-light {
background: $grey;
}