Remove bottom border from last section on page
This commit is contained in:
parent
c6eb21faad
commit
92bfc33bf0
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user