From: Alex Lewin Date: Fri, 6 Sep 2024 14:14:23 +0000 (+0000) Subject: Reduce font size on mobile X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=c2516506a07565775d1746ff9122f5bec5ef0a60;p=satsto.me Reduce font size on mobile --- 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; }