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