add logo to coming soon page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-20 22:19:15 +00:00
parent 9efc0644ba
commit 2563338a6a
2 changed files with 15 additions and 0 deletions

View File

@@ -2493,6 +2493,16 @@
text-align: center;
}
.coming-soon-logo {
margin-bottom: 1.5rem;
& img {
max-height: 4rem;
max-width: 12rem;
object-fit: contain;
}
}
.coming-soon-title {
font-family: var(--t-font-heading);
font-weight: var(--t-heading-weight);