Fix bottom white margin
This commit is contained in:
parent
3c07c6e8c0
commit
219ee29ecf
2 changed files with 4 additions and 2 deletions
|
|
@ -16,7 +16,9 @@ $lists-per-row: 5;
|
|||
}
|
||||
|
||||
.namespace {
|
||||
margin-bottom: 1rem;
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: flex;
|
||||
|
|
|
|||
Reference in a new issue