Style GolfCards title with .club on second line

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-02-23 22:13:40 -05:00
parent 0eac6d443c
commit 61713f28c8
2 changed files with 10 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ body {
/* Golf title - golf ball with dimples and shine */
.golf-title {
font-size: 1.3em;
font-size: 1.05em;
font-weight: 800;
letter-spacing: 0.02em;
/* Shiny gradient like a golf ball surface */
@@ -86,6 +86,14 @@ body {
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.15));
}
.golf-title-tld {
display: block;
font-size: 0.45em;
font-weight: 600;
letter-spacing: 0.15em;
margin-top: -0.3em;
}
/* Golf ball logo with card suits */
.golfball-logo {
width: 1.1em;