1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Merge pull request #18734 from tagliala/fix-highlight-docs

Fix margins in highlighted code in docs
This commit is contained in:
Mark Otto
2016-01-05 20:48:13 -08:00

View File

@@ -314,7 +314,7 @@
.highlight { .highlight {
padding: 1rem; padding: 1rem;
margin: 1rem -1rem; margin: 1rem (-$grid-gutter-width / 2);
background-color: #f7f7f9; background-color: #f7f7f9;
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {