|
|
@ -35,7 +35,7 @@ |
|
|
|
background: $brown; |
|
|
|
padding: 0 10px; |
|
|
|
margin: 0; |
|
|
|
@include font-style($font-serif, 'regular', $font-46); |
|
|
|
@include font-style($font-serif, 'regular', $font-40); |
|
|
|
transition: height .4s, font-size .4s, line-height .4s; |
|
|
|
} |
|
|
|
|
|
|
@ -54,6 +54,8 @@ |
|
|
|
|
|
|
|
@media (min-width: map-get($grid-breakpoints, 'md')) { |
|
|
|
.component-sectionHeader { |
|
|
|
//margin-top: $header-height; |
|
|
|
.label { |
|
|
|
font-size: $font-46; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|