diff --git a/tarotcard.css b/tarotcard.css index 553b8f6..23ca21e 100644 --- a/tarotcard.css +++ b/tarotcard.css @@ -44,6 +44,7 @@ .tarot-card__title { margin: 0; + font-size: clamp(0.8rem, 6vw, 1.8rem); font-family: monospace; font-weight: 900; } diff --git a/test/index.html b/test/index.html index 779405e..422426b 100644 --- a/test/index.html +++ b/test/index.html @@ -1,6 +1,10 @@ + + + + tarotcard.css Test Page