fix zoom in

This commit is contained in:
Andras Schmelczer 2026-05-22 08:08:31 +01:00
commit a7c04b2bd8

View file

@ -16,6 +16,7 @@
html { html {
height: 100%; height: 100%;
touch-action: manipulation;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@ -23,6 +24,7 @@ html {
body { body {
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
touch-action: manipulation;
} }
.visually-hidden { .visually-hidden {