From bc21e473363bc44a9029e39e1c2c8dfea71207be Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 25 Sep 2024 20:20:34 +0200 Subject: [PATCH] Update cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css --- .../cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css b/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css index 6317246..d671ae3 100644 --- a/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css +++ b/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css @@ -1,3 +1,3 @@ @media(min-width:1921px){ - html { zoom: 1.75; } + html { zoom: 1.6; } }