This commit is contained in:
2025-05-13 14:16:53 -07:00
parent b5b8d1d213
commit 4a7caff4e0
3 changed files with 8 additions and 1 deletions

3
dist/app.css vendored
View File

@@ -12545,6 +12545,9 @@ section.large-quote .quote p.attribution {
font-size: 16px;
color: #333333;
}
.post-type-archive-team-member .team-members .team-members-wrapper .team-member .left a:nth-of-type(3) {
margin-bottom: 1rem;
}
.post-type-archive-team-member .team-members .team-members-wrapper .team-member .left img {
width: 100%;
margin-bottom: 1rem;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=2d00f70d01fdf2967f2bb3e039b1d5ad"
"/app.css": "/app.css?id=790ecb278dba4037c1d0371128a3b7f0"
}

View File

@@ -34,6 +34,10 @@
display: block;
font-size: 16px;
color: $c-textGrey;
&:nth-of-type(3) {
margin-bottom: 1rem;
}
}
img {