Fix logo shift direction: move left on landscape, not right

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 22:31:38 -05:00
parent 7842de3a96
commit 231e666407

View File

@ -97,14 +97,13 @@ body {
width: 1.1em;
height: 1.1em;
vertical-align: middle;
margin-left: 0.5em;
margin-right: 18px;
filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25));
}
@media (orientation: landscape) {
.golfball-logo {
margin-left: 1.8em;
margin-left: -1.5em;
}
}