WIP
This commit is contained in:
@@ -5,7 +5,6 @@ section.grid-callout {
|
||||
@extend .goudy;
|
||||
@extend .headline-lg;
|
||||
color: $c-navy;
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
margin-bottom: 3rem;
|
||||
|
||||
@@ -5,15 +5,18 @@ section.multiblock-callout {
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
font-size: 70px;
|
||||
line-height: 77px;
|
||||
margin-bottom: 3rem;
|
||||
@extend .headline-lg;
|
||||
}
|
||||
|
||||
.left-image {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
margin-top: 3rem;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
aspect-ratio: 1.5;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.callouts-wrapper {
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
@extend .headline-lg;
|
||||
margin-bottom: 2rem;
|
||||
color: $c-navy;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,10 +23,12 @@ a {
|
||||
.headline-lg {
|
||||
font-size: 40px;
|
||||
line-height: 40px;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user