Fix bug on code snippets causing double padding.

This commit is contained in:
Patrick Marsceill
2018-11-16 14:36:26 -05:00
parent 379a976387
commit bfce0f57d3

View File

@@ -11,7 +11,7 @@ code {
border-radius: $border-radius;
}
.highlight {
pre.highlight {
padding: $sp-3;
margin-bottom: 0;
background-color: $grey-lt-000;