WIP
This commit is contained in:
10
dist/app.css
vendored
10
dist/app.css
vendored
@@ -12048,12 +12048,12 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
.headline-lg, section.grid-callout h2, section.grid-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
.headline-lg, section.grid-callout h2, section.grid-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
}
|
}
|
||||||
@@ -12285,11 +12285,13 @@ section.side-by-side-text h2, section.side-by-side-text .h2 {
|
|||||||
.text-over-image-b .content-wrapper .content {
|
.text-over-image-b .content-wrapper .content {
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
padding: 6rem 4rem 6rem 3rem;
|
padding: 6rem 4rem 6rem 3rem;
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.text-over-image-b .content-wrapper .content {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2 {
|
.text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2 {
|
||||||
font-size: 70px;
|
|
||||||
line-height: 77px;
|
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
color: #063C5A;
|
color: #063C5A;
|
||||||
}
|
}
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=7189bdee2e3bbabc47ca456d14ac29d5"
|
"/app.css": "/app.css?id=a741b9ec715de60b69c8dd91e8098e3a"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,12 +9,14 @@
|
|||||||
.content {
|
.content {
|
||||||
background-color: rgba($c-white, 0.8);
|
background-color: rgba($c-white, 0.8);
|
||||||
padding: 6rem 4rem 6rem 3rem;
|
padding: 6rem 4rem 6rem 3rem;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@extend .goudy;
|
@extend .goudy;
|
||||||
font-size: 70px;
|
@extend .headline-lg;
|
||||||
line-height: 77px;
|
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
color: $c-navy;
|
color: $c-navy;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user