This commit is contained in:
2025-05-07 10:29:36 -07:00
parent 8fd449190d
commit 8ceb6c6f43
3 changed files with 7 additions and 3 deletions

4
dist/app.css vendored
View File

@@ -12076,12 +12076,14 @@ section.side-by-side-text .right > * {
}
.text-over-image-b .content-wrapper .content {
background-color: rgba(255, 255, 255, 0.8);
padding: 6rem 2rem;
padding: 6rem 4rem 6rem 3rem;
width: 40%;
}
.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;
color: #063C5A;
}
.text-over-image-b .content-wrapper .content strong {
color: #063C5A;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=aae325d2ce64a51ef88df6cb2c7fa66c"
"/app.css": "/app.css?id=e0d233c95a56f79d7107968052187d06"
}

View File

@@ -8,13 +8,15 @@
.content {
background-color: rgba($c-white, 0.8);
padding: 6rem 2rem;
padding: 6rem 4rem 6rem 3rem;
width: 40%;
h2 {
@extend .goudy;
font-size: 70px;
line-height: 77px;
margin-bottom: 2rem;
color: $c-navy;
}
strong {