From 3aa69cc738e5993b1e19041fee3aa7aca3177145 Mon Sep 17 00:00:00 2001 From: nadiavanleur Date: Sun, 9 Jun 2024 14:10:15 +0200 Subject: [PATCH] update font size --- style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index f38eba2..c9aaaee 100644 --- a/style.css +++ b/style.css @@ -34,6 +34,7 @@ html { font-smooth: always !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; + zoom: 86%; } body { @@ -272,6 +273,10 @@ body:not(.menu-open) .c-menu__list-container { } @media only screen and (min-width: 656px) { + html { + zoom: 100%; + } + .c-layout { padding: var(--spacer-xxl); } @@ -302,10 +307,4 @@ body:not(.menu-open) .c-menu__list-container { .c-menu__list-container { width: 600px; } -} - -@-moz-document url-prefix() { - html { - zoom: 86%; - } } \ No newline at end of file