Fix bottom white margin

This commit is contained in:
kolaente 2020-08-11 20:32:05 +02:00
parent 3c07c6e8c0
commit 219ee29ecf
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B
2 changed files with 4 additions and 2 deletions

View file

@ -16,7 +16,9 @@ $lists-per-row: 5;
} }
.namespace { .namespace {
&:not(:last-child) {
margin-bottom: 1rem; margin-bottom: 1rem;
}
h1 { h1 {
display: flex; display: flex;

View file

@ -5,7 +5,7 @@
} }
.app-content { .app-content {
padding: $navbar-height + 1.5rem 1.5em 0 1.5em; padding: $navbar-height + 1.5rem 1.5em 1rem 1.5em;
z-index: 2; z-index: 2;
&.is-menu-enabled { &.is-menu-enabled {