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:
parent
1b748470a0
commit
cce2d661a2
@ -108,7 +108,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo-row {
|
.logo-row {
|
||||||
display: inline-block;
|
display: block;
|
||||||
margin-bottom: -0.3em;
|
margin-bottom: -0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user