diff options
| author | Geremia Taglialatela <[email protected]> | 2015-12-31 19:59:40 +0100 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2015-12-31 20:00:28 +0100 |
| commit | ac77f5843a76b833afd7e8f70f55e2c4bf712725 (patch) | |
| tree | 5c07a8e828b1ffe40f95525ff177e3e24abd5bd8 /docs | |
| parent | 95893cd449a8d2544112ac48522364f360f8188c (diff) | |
| download | bootstrap-ac77f5843a76b833afd7e8f70f55e2c4bf712725.tar.xz bootstrap-ac77f5843a76b833afd7e8f70f55e2c4bf712725.zip | |
Fix margins in highlights
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_component-examples.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index 4416c2328..a4369870d 100644 --- a/docs/assets/scss/_component-examples.scss +++ b/docs/assets/scss/_component-examples.scss @@ -314,7 +314,7 @@ .highlight { padding: 1rem; - margin: 1rem -1rem; + margin: 1rem (-$grid-gutter-width / 2); background-color: #f7f7f9; @include media-breakpoint-up(sm) { |
