From 51cf2adbe61e05d89a5f6688c89974a8be39b340 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 12 Mar 2021 08:01:24 -0600 Subject: [PATCH] Add rule to prevent text inflation on mobile --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 2cae9d3..eab1e08 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,8 @@ font-weight: bold; table-align: center; margin: auto; + -webkit-text-size-adjust: none; + text-size-adjust: none; } *:focus {