From 07ff92c43e90f8b999b52afb1894b543ae873901 Mon Sep 17 00:00:00 2001 From: nadiavanleur Date: Sun, 9 Jun 2024 13:45:11 +0200 Subject: [PATCH] change mobile font-size --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 621e530..553540d 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,6 @@ html { font-smooth: always !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; - text-rendering: optimizeLegibility; } body { @@ -79,7 +78,7 @@ a:hover { } .c-title { - font-size: 3.4rem; + font-size: 3.3rem; transform: skewY(-3deg); color: var(--color-hover); }