Files
liquid/_sass/modules/_home-banner.scss
T
2016-03-18 16:48:27 -04:00

12 lines
214 B
SCSS

.home-banner {
text-align: center;
border-bottom: 1px solid lighten($color-slate, 50%);
padding-bottom: $spacing-unit;
margin-bottom: $spacing-unit;
h1 {
font-weight: bold;
font-size: 5em;
}
}