Revert flex approach, use default translateX with max-width reset for mobile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a87cd7f4b0
commit
0ae999aca6
@ -104,12 +104,13 @@ body {
|
|||||||
.logo-row {
|
.logo-row {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: -0.3em;
|
margin-bottom: -0.3em;
|
||||||
|
transform: translateX(-5.5rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
#lobby-screen h1 {
|
@media (max-width: 749px) {
|
||||||
display: inline-flex;
|
.logo-row {
|
||||||
flex-direction: column;
|
transform: none;
|
||||||
align-items: flex-start;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Golfer swing animation */
|
/* Golfer swing animation */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user