Merge pull request #139 from pmarsceill/fix-code-snip

Fix jekyll highlight tag styles
This commit is contained in:
Patrick Marsceill
2019-08-13 11:13:20 -04:00
committed by GitHub

View File

@@ -11,7 +11,8 @@ code {
border-radius: $border-radius;
}
pre.highlight {
pre.highlight,
figure.highlight {
padding: $sp-3;
margin-bottom: 0;
-webkit-overflow-scrolling: touch;