From 67ce217d66c99e4b3b3221703aa3b45e3323676f Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 19:10:39 +0200 Subject: Mobile adjustments --- src/static/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/static/style.css') diff --git a/src/static/style.css b/src/static/style.css index ff40db7..054fb85 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -1,6 +1,8 @@ body { background: #05456a url("background.jpg") top center no-repeat; font: 10pt Verdana; + -webkit-text-size-adjust: 100%; + text-size-adjust: 100%; } h1 { padding-bottom: 2px; -- cgit v1.2.3