WIP
This commit is contained in:
7
dist/app.css
vendored
7
dist/app.css
vendored
@@ -12329,7 +12329,12 @@ section.grid-callout {
|
||||
}
|
||||
section.grid-callout h2, section.grid-callout .h2 {
|
||||
color: #063C5A;
|
||||
margin-bottom: 3rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
section.grid-callout h2, section.grid-callout .h2 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
section.grid-callout .cta-button {
|
||||
margin-bottom: 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=dfd2bbb8bfce62fab124172402212ca1"
|
||||
"/app.css": "/app.css?id=65a23b6b0e5a589bee0891aa05b8e76c"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,11 @@ section.grid-callout {
|
||||
@extend .goudy;
|
||||
@extend .headline-lg;
|
||||
color: $c-navy;
|
||||
margin-bottom: 3rem;
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
|
||||
Reference in New Issue
Block a user