SideNav font is different than what InboxPage has, so margin-top was needed

This commit is contained in:
Vesa Luusua 2017-09-21 11:35:56 +03:00
parent d6900fa8c8
commit ad8c8b310b
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
@media (--viewportLarge) {
min-height: auto;
flex-direction: column;
margin-top: 4px;
}
}

View file

@ -13,6 +13,7 @@
@media (--viewportLarge) {
min-height: auto;
flex-direction: column;
margin-top: 4px;
}
}