From e79215a58ecbeb5d12a428c5b970498c35bccaac Mon Sep 17 00:00:00 2001 From: Looki2000 Date: Tue, 21 Mar 2023 13:20:39 +0100 Subject: [PATCH] less critical fix --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5e37d16..b7284c2 100644 --- a/style.css +++ b/style.css @@ -114,7 +114,9 @@ h1 { /* rotate text */ transform: rotate(13deg); - text-shadow: 0 0 15px #000 + text-shadow: 0 0 15px #000; + + font-size: 400%; }