WIP
This commit is contained in:
@@ -3,9 +3,8 @@ section.side-by-side-text {
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
@extend .headline-lg;
|
||||
color: $c-navy;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
max-width: 595px;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,16 @@ a {
|
||||
font-family: 'Goudy Bookletter 1911', serif;
|
||||
}
|
||||
|
||||
.headline-lg {
|
||||
font-size: 35px;
|
||||
line-height: 35px;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
margin-bottom: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user