Remove bottom border from last section on page

This commit is contained in:
Basti 2021-02-01 18:24:01 +01:00
parent c6eb21faad
commit 92bfc33bf0
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -124,13 +124,11 @@ main {
} }
section { section {
border-bottom: 1px dotted #ccc;
padding-bottom: 3rem; padding-bottom: 3rem;
margin-bottom: 3rem; margin-bottom: 3rem;
@include media-max(small) { &:not(:last-of-type) {
padding-bottom: 3rem; border-bottom: 1px dotted #ccc;
margin-bottom: 3rem;
} }
} }