Fix hero banner #16

Closed
gnuget wants to merge 2 commits from fix-hero-banner into master
2 changed files with 8 additions and 0 deletions
Showing only changes of commit ef95e90dee - Show all commits

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;
}