This commit is contained in:
2025-06-02 16:15:15 -07:00
parent bcbdc06693
commit d69998377c
3 changed files with 10 additions and 1 deletions

4
dist/app.css vendored
View File

@@ -12534,8 +12534,12 @@ section.services-blocks h2, section.services-blocks .h2 {
section.services-blocks .block {
padding: 1rem;
}
section.services-blocks .block svg {
margin-bottom: 1rem;
}
section.services-blocks .block:first-of-type {
background-color: #B9AF78;
color: #fff;
}
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=9981efae2d3595e322fbf58a6550c8cc"
"/app.css": "/app.css?id=6bd9da49db887c3c78f84abd19cc5eb2"
}

View File

@@ -11,8 +11,13 @@ section.services-blocks {
.block {
padding: 1rem;
svg {
margin-bottom: 1rem;
}
&:first-of-type {
background-color: $c-tan;
color: $c-white;
}
}
}