fixed banner styles issues

This commit is contained in:
Manu
2019-01-15 15:04:15 -05:00
parent 37edfb94a4
commit b6cfe92d76
4 changed files with 12 additions and 31 deletions

View File

@@ -23,27 +23,6 @@
&.light {
background: #ecf0f1;
}
h1,
p {
color: $text;
}
}
.jumboAlt {
background: $highlight;
margin-bottom: $line-height;
margin-top: rem-calc(-24);
padding-bottom: $line-height;
padding-top: $line-height;
@include breakpoint(medium) {
padding: rem-calc(24) 0;
}
&.light {
background: #ecf0f1;
}
}
.lead {