1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fix margins in highlights

This commit is contained in:
Geremia Taglialatela 2015-12-31 19:59:40 +01:00
parent 95893cd449
commit ac77f5843a

View file

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