fix jekyll highlight tag styles

This commit is contained in:
Patrick Marsceill 2019-05-28 23:06:14 -04:00
parent 721484a26e
commit 044281db38
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 2 additions and 1 deletions

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;