From abc9081da2601a75fb5e88bb0094e2ededc7d3af Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 28 Nov 2020 00:54:47 +0100 Subject: [PATCH] make door font smaller --- styles/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index 594f863..b2174f6 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -88,7 +88,7 @@ a { } & .cardnumber { - font-size: 6vw; + font-size: 5vw; } } }