Fix list title on mobile
This commit is contained in:
parent
7065b52053
commit
cd98b41bec
5 changed files with 28 additions and 22 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue