From ee295f2f3e29b0883e371f43beb3934fc059944e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 27 Oct 2020 18:42:04 +0100 Subject: Fixed layout --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index c15eabd..7e47bb9 100644 --- a/styles.css +++ b/styles.css @@ -35,7 +35,7 @@ canvas { position: absolute; text-align: center; color: #fff; - font-size: 2vh; + font-size: 1.5vh; max-width: 85%; top: 50%; left: 50%; @@ -82,4 +82,4 @@ canvas { to { transform: translate(0, 200vh) rotate(360deg); } -} \ No newline at end of file +} -- cgit v1.2.3