1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

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

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 {