mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-16 08:02:24 -06:00
Merge pull request #139 from pmarsceill/fix-code-snip
Fix jekyll highlight tag styles
This commit is contained in:
commit
15a9b310b3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user