final changes and prod build

This commit is contained in:
2025-07-25 10:53:29 -07:00
parent f3249bd295
commit 563b2a927b
5 changed files with 10 additions and 2 deletions

2
dist/app.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=4cb03e0a718ef84b2464e0ef7fbdead9", "/app.js": "/app.js?id=4cb03e0a718ef84b2464e0ef7fbdead9",
"/app.css": "/app.css?id=a5b18e2e09fde200a669667e9873dd76" "/app.css": "/app.css?id=f8f0465cd03a3c8aa4a6477906c75750"
} }

View File

@@ -16,6 +16,7 @@ section.large-quote {
margin-top: 3rem; margin-top: 3rem;
font-size: 38px; font-size: 38px;
line-height: 63px; line-height: 63px;
font-style: italic;
} }
} }
} }

View File

@@ -5,6 +5,9 @@
padding-bottom: 20rem; padding-bottom: 20rem;
@include media-breakpoint-down(md) { @include media-breakpoint-down(md) {
background-position: center top;
background-size: auto 160%;
.col:first-of-type { .col:first-of-type {
display: none; display: none;
} }

View File

@@ -5,6 +5,10 @@ footer.site-footer {
.left { .left {
max-width: 436px; max-width: 436px;
img {
margin-bottom: 1rem;
}
.footer-contact { .footer-contact {
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;