Frontpage mobile view minor fix

This commit is contained in:
mrfry 2022-03-20 10:33:49 +01:00
parent 2181d4f625
commit 8e4e24bed6

View file

@ -59,7 +59,7 @@
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
.userinfo { .userinfo {
flex-flow: column; flex-flow: row;
} }
} }