Commit 30938c62 authored by Mark Otto's avatar Mark Otto
Browse files

fix .highlight spacing

parent baad9d75
Showing with 3 additions and 2 deletions
+3 -2
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment