diff --git a/client/index.html b/client/index.html index e6fd99a..06cb1ea 100644 --- a/client/index.html +++ b/client/index.html @@ -16,7 +16,7 @@
6-Card Golf Card Game
diff --git a/client/style.css b/client/style.css index 14612c0..020ea48 100644 --- a/client/style.css +++ b/client/style.css @@ -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;