Set logo-row shift to 750px breakpoint (mobile ends ~750px)

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

View File

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