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