This commit is contained in:
2025-05-07 16:11:43 -07:00
parent 41263f3d84
commit e5d87b8ddd
3 changed files with 17 additions and 1 deletions

8
dist/app.css vendored
View File

@@ -12085,6 +12085,14 @@ a {
color: #000;
}
footer.site-footer {
background-color: #F2F2F2;
padding: 6rem 0 2rem;
}
footer.site-footer .left {
max-width: 436px;
}
.intro_block, .single-team-member .team-member-top, .post-type-archive-team-member .team-members-top {
background-size: cover;
background-position: center center;

View File

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

View File

@@ -0,0 +1,8 @@
footer.site-footer {
background-color: $c-offWhite;
padding: 6rem 0 2rem;
.left {
max-width: 436px;
}
}