Even more mobile css fixes

This commit is contained in:
mrfry 2021-05-07 13:00:15 +02:00
parent 03c25a4a82
commit 92bed77a97
6 changed files with 12 additions and 12 deletions

View file

@ -90,6 +90,6 @@
@media screen and (max-width: 700px) {
.newsRoot {
margin: 5px 0px;
padding: 2px;
padding: 10px 2px;
}
}