Separate override for hr's in component examples

This commit is contained in:
Mark Otto 2022-02-24 16:49:10 -08:00 committed by Mark Otto
parent db61cf3d6a
commit 1c5ec4c310
1 changed files with 5 additions and 1 deletions

View File

@ -124,10 +124,14 @@
display: block; display: block;
} }
> :not(hr):last-child { > :last-child {
margin-bottom: 0; margin-bottom: 0;
} }
> hr:last-child {
margin-bottom: $spacer;
}
// Images // Images
> svg + svg, > svg + svg,
> img + img { > img + img {