diff options
| author | Mark Otto <[email protected]> | 2022-02-24 16:49:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-25 08:37:38 -0800 |
| commit | 1c5ec4c310ee630884fb75050ecd94e771031839 (patch) | |
| tree | 723fd1f91dcac889184a199428043e87e87ecb2f | |
| parent | db61cf3d6a907756aee2b0c4ee2cb6488c0ed459 (diff) | |
| download | bootstrap-1c5ec4c310ee630884fb75050ecd94e771031839.tar.xz bootstrap-1c5ec4c310ee630884fb75050ecd94e771031839.zip | |
Separate override for hr's in component examples
| -rw-r--r-- | site/assets/scss/_component-examples.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss index 9e017c507..4bc44ad2f 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 { |
