Small UI enhancement for mobile devices

This commit is contained in:
Julian Müller 2022-06-16 10:39:29 +02:00
parent c7866bfefe
commit 05698544d7

View file

@ -349,6 +349,9 @@ h1 {
}
/* MOBILE OPTIMIZATIONS */
@media only screen and (max-width: 700px) {
main {
margin-top: 1.5rem;
}
.globalMessage span {
width: 90%;
}