1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-10 20:10:42 +00:00

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

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;