From d3db01ccb363db3f48695abd7dd9eef404ebc670 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 19:14:59 +0200 Subject: Also support text size adjust on mobile FF and legacy Edge --- src/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/style.css b/src/static/style.css index 054fb85..0b94ca4 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -2,6 +2,8 @@ body { background: #05456a url("background.jpg") top center no-repeat; font: 10pt Verdana; -webkit-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; text-size-adjust: 100%; } h1 { -- cgit v1.2.3