Set logo-row shift breakpoint to 900px to match actual layout break

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 22:51:40 -05:00
parent cac1e26bac
commit 4c16147ace

View File

@ -106,7 +106,7 @@ body {
margin-bottom: -0.3em; margin-bottom: -0.3em;
} }
@media (min-width: 600px) { @media (min-width: 900px) {
.logo-row { .logo-row {
transform: translateX(-5.5rem); transform: translateX(-5.5rem);
} }