summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 19:10:39 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 19:10:39 +0200
commit67ce217d66c99e4b3b3221703aa3b45e3323676f (patch)
tree957e618113de9769f356fb693192258334a64964 /src/static/style.css
parentd2b319798d5d0f72a37929836b1d711e5e6fa513 (diff)
Mobile adjustments
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css2
1 files changed, 2 insertions, 0 deletions
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;