]> git.bitcoin.ninja Git - satsto.me/commitdiff
Reduce font size on mobile
authorAlex Lewin <alexlwn123@gmail.com>
Fri, 6 Sep 2024 14:14:23 +0000 (14:14 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 6 Sep 2024 14:14:23 +0000 (14:14 +0000)
index.html

index 87d2f9c7a4657f98b88ac17c7da5a70d743164b1..a804c9fbf776f5bfb79d8cdb2affe2ef6e309a7f 100644 (file)
                                }
                        }
                        @media screen and (max-width: 767px) {
+                               p, input, select {
+                                       font-size: 16px;
+                               }
                                .footer > h2 {
                                        margin: 20px 0 0 0;
                                }