Move golfer emoji left of logo, make .club inline
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
61713f28c8
commit
625320992e
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<!-- Lobby Screen -->
|
<!-- Lobby Screen -->
|
||||||
<div id="lobby-screen" class="screen active">
|
<div id="lobby-screen" class="screen active">
|
||||||
<h1><img src="golfball-logo.svg" alt="" class="golfball-logo"><span class="golfer-swing">🏌️</span><span class="kicked-ball">⚪</span> <span class="golf-title">GolfCards<span class="golf-title-tld">.club</span></span></h1>
|
<h1><span class="golfer-swing">🏌️</span><span class="kicked-ball">⚪</span><img src="golfball-logo.svg" alt="" class="golfball-logo"> <span class="golf-title">GolfCards<span class="golf-title-tld">.club</span></span></h1>
|
||||||
<p class="subtitle">6-Card Golf Card Game <button id="rules-btn" class="btn btn-small btn-rules">Rules</button> <button id="leaderboard-btn" class="btn btn-small leaderboard-btn">Leaderboard</button></p>
|
<p class="subtitle">6-Card Golf Card Game <button id="rules-btn" class="btn btn-small btn-rules">Rules</button> <button id="leaderboard-btn" class="btn btn-small leaderboard-btn">Leaderboard</button></p>
|
||||||
|
|
||||||
<div class="alpha-banner">Beta Testing - Bear with us while, stuff.</div>
|
<div class="alpha-banner">Beta Testing - Bear with us while, stuff.</div>
|
||||||
|
|||||||
@ -87,11 +87,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.golf-title-tld {
|
.golf-title-tld {
|
||||||
display: block;
|
|
||||||
font-size: 0.45em;
|
font-size: 0.45em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.15em;
|
letter-spacing: 0.15em;
|
||||||
margin-top: -0.3em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Golf ball logo with card suits */
|
/* Golf ball logo with card suits */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user