From 0bbf1fb24add253a6b4f226c073863a46b361036 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Fri, 20 Mar 2020 19:02:07 +0100 Subject: [PATCH] setting zoom factor to normal --- css/general.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/general.css b/css/general.css index 7203fcf..7c0a8b0 100644 --- a/css/general.css +++ b/css/general.css @@ -9,6 +9,7 @@ body, html, #maincontent { height: 100%; scroll-behavior: smooth; min-width: fit-content; + zoom: normal; /*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/ }