fix zoom in

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

View file

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