mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
fix .highlight spacing
This commit is contained in:
parent
baad9d75ce
commit
30938c6244
@ -1288,12 +1288,13 @@ body {
|
||||
|
||||
.highlight {
|
||||
padding: 1rem;
|
||||
margin: -1rem -1rem 1rem;
|
||||
margin: 1rem -1rem;
|
||||
background-color: #f7f7f9;
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
padding: 1.5rem;
|
||||
margin: 1rem 0;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.highlight pre {
|
||||
|
Loading…
Reference in New Issue
Block a user