WIP
This commit is contained in:
9
dist/app.css
vendored
9
dist/app.css
vendored
@@ -12048,12 +12048,12 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.headline-lg, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||
font-size: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.headline-lg, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
}
|
||||
@@ -12329,10 +12329,11 @@ section.grid-callout {
|
||||
}
|
||||
section.grid-callout h2, section.grid-callout .h2 {
|
||||
color: #063C5A;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
section.grid-callout .cta-button {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
section.grid-callout .callout {
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
|
||||
"/app.css": "/app.css?id=8a13ab0b4b1eb36e057ec8312614db54"
|
||||
"/app.css": "/app.css?id=dfd2bbb8bfce62fab124172402212ca1"
|
||||
}
|
||||
|
||||
@@ -3,12 +3,15 @@ section.grid-callout {
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
@extend .headline-lg;
|
||||
color: $c-navy;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.callout {
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user