Commit ac77f584 authored by Geremia Taglialatela's avatar Geremia Taglialatela
Browse files

Fix margins in highlights

parent 95893cd4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -314,7 +314,7 @@ ...@@ -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) {
......
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