Minor mobile style fixes

This commit is contained in:
Misode
2020-07-14 16:25:41 +02:00
parent 0ece532392
commit 1ab9b15020
2 changed files with 15 additions and 9 deletions

View File

@@ -261,7 +261,7 @@ body {
}
.errors {
position: absolute;
position: fixed;
bottom: 17px;
right: 17px;
margin: 5px;
@@ -394,8 +394,14 @@ body {
}
}
@media screen and (max-width: 410px) {
@media screen and (max-width: 480px) {
.header-title h2 {
font-size: 18px;
}
}
@media screen and (min-width: 581px) and (max-width: 640px) {
.header-title h2 {
font-size: 22px;
}
}