This commit is contained in:
2025-06-02 16:59:42 -07:00
parent 189aa824b1
commit 909367c56c
3 changed files with 16 additions and 3 deletions

8
dist/app.css vendored
View File

@@ -12622,6 +12622,8 @@ section.blue-background-grid svg {
width: 25%;
height: auto;
opacity: 0.5;
top: 0;
right: 0;
}
section.blue-background-grid .blocks {
display: flex;
@@ -12633,10 +12635,14 @@ section.blue-background-grid .blocks {
flex-wrap: wrap;
}
section.blue-background-grid .blocks .block:first-of-type {
width: 50%;
width: 100%;
padding-right: 50%;
}
}
section.blue-background-grid .blocks h3, section.blue-background-grid .blocks .h3 {
color: #B9AF78;
font-weight: bold;
}
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
color: #063C5A;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=5c4b271ea53fee7f61a092337395cc64"
"/app.css": "/app.css?id=f9aa068377e8f0a7fc252e84458abffd"
}

View File

@@ -17,6 +17,8 @@ section.blue-background-grid {
width: 25%;
height: auto;
opacity: 0.5;
top: 0;
right: 0;
}
.blocks {
@@ -28,9 +30,14 @@ section.blue-background-grid {
flex-wrap: wrap;
.block:first-of-type {
width: 50%;
width: 100%;
padding-right: 50%;
}
}
h3 {
color: $c-tan;
font-weight: bold;
}
}
}