fix(prejoin) Fix layout on reduced height

This commit is contained in:
Horatiu Muresan 2022-03-11 10:50:50 +02:00 committed by Horatiu Muresan
parent 6820f48fd2
commit 26f21e5eb9
1 changed files with 0 additions and 2 deletions

View File

@ -172,8 +172,6 @@
// mobile phone landscape
@media (max-height: 420px) {
flex-direction: row;
div.content {
padding: 16px 16px 0 16px;
}