This commit is contained in:
2025-05-13 12:00:03 -07:00
parent 93684ba1aa
commit 6b7885228c
3 changed files with 13 additions and 9 deletions

12
dist/app.css vendored
View File

@@ -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;
width: 40%; }
@media (min-width: 768px) {
.text-over-image-b .content-wrapper .content {
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;
} }

View File

@@ -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"
} }

View File

@@ -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;
width: 40%;
@include media-breakpoint-up(md) {
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;
} }