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:
parent
7842de3a96
commit
231e666407
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user