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
commit 15a9b310b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;