This commit is contained in:
2025-05-06 11:52:31 -07:00
parent 158345bafb
commit fe6c17678b
6 changed files with 16 additions and 6 deletions

View File

@@ -6,4 +6,4 @@ $c-navy: #063C5A;
$c-charcoal: #2B2400;
$c-tan: #B9AF78;
$font-family: 'Inter', sans-serif;
$font-family-sans-serif: 'Inter', sans-serif;

View File

@@ -1,3 +1,7 @@
img {
max-width: 100%;
}
.goudy {
font-family: 'Boudy Bookletter 1911', serif;
}

View File

@@ -1,5 +1,6 @@
.team-member-top {
background-size: contain;
background-size: cover;
background-position: center center;
color: $c-white;
height: 784px;
display: flex;