From c2516506a07565775d1746ff9122f5bec5ef0a60 Mon Sep 17 00:00:00 2001 From: Alex Lewin Date: Fri, 6 Sep 2024 14:14:23 +0000 Subject: [PATCH] Reduce font size on mobile --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 87d2f9c..a804c9f 100644 --- a/index.html +++ b/index.html @@ -232,6 +232,9 @@ } } @media screen and (max-width: 767px) { + p, input, select { + font-size: 16px; + } .footer > h2 { margin: 20px 0 0 0; } -- 2.39.5