Remove margin from last child.

This commit is contained in:
Bauke 2022-10-07 15:33:13 +02:00
parent 02acbda94c
commit 6fa9c64e84
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
img, img,
p { p {
margin-bottom: var(--medium-spacing); margin-bottom: var(--medium-spacing);
&:last-child {
margin-bottom: 0;
}
} }
} }