Tighten logo-golfer gap and shift row further left on landscape

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 22:40:52 -05:00
parent 0f3ae992f9
commit c523b144f5

View File

@ -97,7 +97,7 @@ body {
width: 1.1em; width: 1.1em;
height: 1.1em; height: 1.1em;
vertical-align: middle; vertical-align: middle;
margin-right: 18px; margin-right: 8px;
filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25)); filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25));
} }
@ -107,7 +107,7 @@ body {
@media (orientation: landscape) { @media (orientation: landscape) {
.logo-row { .logo-row {
transform: translateX(-4.5rem); transform: translateX(-5.5rem);
} }
} }