2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+5 -1
View File
@@ -124,10 +124,14 @@
display: block;
}
> :not(hr):last-child {
> :last-child {
margin-bottom: 0;
}
> hr:last-child {
margin-bottom: $spacer;
}
// Images
> svg + svg,
> img + img {