Lotsa style fixes, and mobile view fix

This commit is contained in:
mrfry 2021-05-07 12:31:58 +02:00
parent d00c0f6406
commit 14069a289c
20 changed files with 116 additions and 107 deletions

View file

@ -54,6 +54,12 @@
align-items: center;
}
@media screen and (max-width: 700px) {
.newsHeader {
flex-direction: column;
}
}
.userinfo {
display: flex;
align-items: center;