make mobile smaller so it fits on iphone screen

This commit is contained in:
josephroy99 2024-02-08 00:28:31 +00:00
parent 1f0e68cd03
commit df2db8e49c
1 changed files with 8 additions and 1 deletions

View File

@ -107,7 +107,6 @@
} }
.input-container-region { .input-container-region {
margin-top: 3em;
margin-bottom: 30px; margin-bottom: 30px;
} }
@ -134,10 +133,18 @@
display: none; display: none;
} }
.control-regions h1 {
font-size: 1.6em;
}
.only-mobile { .only-mobile {
display: inline; display: inline;
} }
.green-bar {
margin-bottom: 2em;
}
.vertical-break { .vertical-break {
display: none; display: none;
} }