Bump logo-row shift breakpoint to 768px so mobile stays centered

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 22:47:31 -05:00
parent 15339d390f
commit 31dcb70fc8

View File

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