make mobile smaller so it fits on iphone screen
This commit is contained in:
parent
1f0e68cd03
commit
df2db8e49c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue