From 6af3ad4bc78f806159438b430c2ea02113486932 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 1 Dec 2023 17:14:14 +0000 Subject: [PATCH] Size title text properly on different platforms --- tarotcard.css | 1 + test/index.html | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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