Fix logo-row centering at mid-range widths (750-1120px)

Change .logo-row from inline-block to block so the golf ball logo
always left-aligns flush with the G, regardless of viewport width.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 23:26:52 -05:00
parent 1b748470a0
commit cce2d661a2

View File

@ -108,7 +108,7 @@ body {
} }
.logo-row { .logo-row {
display: inline-block; display: block;
margin-bottom: -0.3em; margin-bottom: -0.3em;
} }