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 {
|
.input-container-region {
|
||||||
margin-top: 3em;
|
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,9 +133,17 @@
|
||||||
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;
|
||||||
|
|
Loading…
Reference in New Issue