Tighten landscape logo-golfer gap, alternate suit colors on ball logo
Reduce golfer-container margin from 10px to 4px in landscape (2-row) mode while keeping 10px on mobile. Swap bottom suits to checkerboard pattern: club/diamond on top, heart/spade on bottom. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -141,13 +141,16 @@ body {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.golfer-container {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Golfer + ball container */
|
||||
.golfer-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/* Golfer swing animation */
|
||||
|
||||
Reference in New Issue
Block a user