mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 21:40:24 +00:00
Merge pull request #18734 from tagliala/fix-highlight-docs
Fix margins in highlighted code in docs
This commit is contained in:
commit
3c009add3b
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