From df2db8e49c9d05616a8daecaa83ac084cc0d7719 Mon Sep 17 00:00:00 2001 From: josephroy99 Date: Thu, 8 Feb 2024 00:28:31 +0000 Subject: [PATCH] make mobile smaller so it fits on iphone screen --- roysathome.net/LoginPage.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/roysathome.net/LoginPage.html b/roysathome.net/LoginPage.html index 279bd75..97b7e77 100644 --- a/roysathome.net/LoginPage.html +++ b/roysathome.net/LoginPage.html @@ -107,7 +107,6 @@ } .input-container-region { - margin-top: 3em; margin-bottom: 30px; } @@ -134,9 +133,17 @@ display: none; } + .control-regions h1 { + font-size: 1.6em; + } + .only-mobile { display: inline; } + + .green-bar { + margin-bottom: 2em; + } .vertical-break { display: none;