mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +00:00
Fix margins in highlights
This commit is contained in:
parent
95893cd449
commit
ac77f5843a
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@
|
|||
|
||||
.highlight {
|
||||
padding: 1rem;
|
||||
margin: 1rem -1rem;
|
||||
margin: 1rem (-$grid-gutter-width / 2);
|
||||
background-color: #f7f7f9;
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue