fix jekyll highlight tag styles

This commit is contained in:
Patrick Marsceill
2019-05-28 23:06:14 -04:00
parent 721484a26e
commit 044281db38
+2 -1
View File
@@ -11,7 +11,8 @@ code {
border-radius: $border-radius; border-radius: $border-radius;
} }
pre.highlight { pre.highlight,
figure.highlight {
padding: $sp-3; padding: $sp-3;
margin-bottom: 0; margin-bottom: 0;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;