Split the difference: logo-row shift at 600px breakpoint

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

View File

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