From 445a949777c9dc0e7a5dc780703d511ddcd7b85f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jun 2023 17:08:43 -0400 Subject: [PATCH] Update mobile UI --- public/css/index.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/public/css/index.css b/public/css/index.css index 0adacc1..458f304 100755 --- a/public/css/index.css +++ b/public/css/index.css @@ -169,4 +169,42 @@ input:-webkit-autofill:active { font-size: 11px; } +} + +@media only screen and (max-height: 700px) { + + .form-control { + margin: 1.1% 4% auto; + font-size: 80%; + } + + .button-group { + gap: 2rem; + } + + .btn-sm { + width: 28%; + } + + #logo-image { + + width: 71%; + position: relative; + left: 3%; + right: 50%; + + } + + #disclaimer-row { + left: 11px; + padding: 9px; + font-size: 11px; + } + + #logo { + margin-top: 2rem; + padding-bottom: 2rem; + margin-bottom: 1.5rem; + } + } \ No newline at end of file