This commit is contained in:
2025-05-07 08:25:58 -07:00
parent 3b4d69340b
commit 15a1b56549
5 changed files with 23 additions and 12 deletions

View File

@@ -5,5 +5,8 @@ $c-borderGrey: #C5C5C5;
$c-navy: #063C5A;
$c-charcoal: #2B2400;
$c-tan: #B9AF78;
$c-textGrey: #333333;
// Bootstrap overrides
$font-family-sans-serif: 'Inter', sans-serif;
$body-color: $c-textGrey;

View File

@@ -2,6 +2,10 @@ img {
max-width: 100%;
}
a {
text-decoration: none;
}
.goudy {
font-family: 'Goudy Bookletter 1911', serif;
}

View File

@@ -13,7 +13,7 @@
}
.team-member {
margin-top: -197px;
margin-top: -162px;
.content-wrapper {
background-color: $c-offWhiteLight;