mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fix margins in highlights
This commit is contained in:
parent
95893cd449
commit
ac77f5843a
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user