This commit is contained in:
2025-05-07 14:58:53 -07:00
parent 5324af5842
commit 75b359e9b0
3 changed files with 12 additions and 1 deletions

5
dist/app.css vendored
View File

@@ -12219,6 +12219,11 @@ section.grid-callout .callout.first-callout {
background-color: #063C5A;
color: #fff;
}
section.grid-callout .callout.first-callout img {
transform: scaleX(-1);
width: 98px;
height: 98px;
}
.team-members .team-members-wrapper {
display: flex;

View File

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

View File

@@ -20,5 +20,11 @@ section.grid-callout {
padding: 2rem 3rem 3rem;
background-color: $c-navy;
color: $c-white;
img {
transform: scaleX(-1);
width: 98px;
height: 98px;
}
}
}