From 9ae10a2f39f689070955c135b4d346a3406d742b Mon Sep 17 00:00:00 2001 From: nadiavanleur Date: Sun, 9 Jun 2024 13:47:04 +0200 Subject: [PATCH] update font size --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 553540d..f6a13b5 100644 --- a/style.css +++ b/style.css @@ -78,7 +78,7 @@ a:hover { } .c-title { - font-size: 3.3rem; + font-size: 3.2rem; transform: skewY(-3deg); color: var(--color-hover); }