Remove margin from last child.
This commit is contained in:
parent
02acbda94c
commit
6fa9c64e84
|
@ -26,6 +26,10 @@
|
|||
img,
|
||||
p {
|
||||
margin-bottom: var(--medium-spacing);
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue