Fix list title on mobile

This commit is contained in:
kolaente 2020-06-12 19:32:37 +02:00
parent 7065b52053
commit cd98b41bec
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
5 changed files with 28 additions and 22 deletions

View file

@ -1,7 +1,7 @@
.app-container {
min-height: calc(100vh - 65px);
@media screen and (max-width: $tablet) {
padding-top: $navbar-height + 0.75rem;
padding-top: $navbar-height;
}
.app-content {