Fix hero banner #16
2 changed files with 8 additions and 0 deletions
|
@ -8026,6 +8026,9 @@ a.teaser {
|
|||
.media-list .teaser:hover .media-left .byline {
|
||||
display: block; }
|
||||
|
||||
.hero {
|
||||
margin-top: 96px; }
|
||||
|
||||
.hero.is-light {
|
||||
background: #E4E5E7; }
|
||||
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
//
|
||||
// Styleguide: Componenet.Hero
|
||||
|
||||
// The topbar-fixed is hidding the Hero banner.
|
||||
.hero {
|
||||
margin-top: 96px;
|
||||
}
|
||||
|
||||
.hero.is-light {
|
||||
background: $grey;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue