Style GolfCards title with .club on second line
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user