From: Mark Otto Date: Fri, 25 Feb 2022 00:49:10 +0000 (-0800) Subject: Separate override for hr's in component examples X-Git-Tag: v5.2.0-beta1~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c5ec4c310ee630884fb75050ecd94e771031839;p=thirdparty%2Fbootstrap.git Separate override for hr's in component examples --- diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss index 9e017c507e..4bc44ad2f0 100644 --- a/site/assets/scss/_component-examples.scss +++ b/site/assets/scss/_component-examples.scss @@ -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 {