Small UI enhancement for mobile devices
This commit is contained in:
parent
c7866bfefe
commit
05698544d7
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@ h1 {
|
||||||
}
|
}
|
||||||
/* MOBILE OPTIMIZATIONS */
|
/* MOBILE OPTIMIZATIONS */
|
||||||
@media only screen and (max-width: 700px) {
|
@media only screen and (max-width: 700px) {
|
||||||
|
main {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
.globalMessage span {
|
.globalMessage span {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue