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
No known key found for this signature in database
GPG Key ID: 286B93882D828F40

View File

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