mirror of
https://github.com/thangisme/notes.git
synced 2025-01-05 01:16:40 -05:00
Fix order
This commit is contained in:
parent
85af5b81c5
commit
4de9962c72
@ -48,11 +48,11 @@ div.highlighter-rouge {
|
|||||||
padding: $sp-3;
|
padding: $sp-3;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: $sp-3;
|
margin-bottom: $sp-3;
|
||||||
|
overflow-x: hidden;
|
||||||
background-color: $code-background-color;
|
background-color: $code-background-color;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
overflow-x: hidden;
|
|
||||||
|
|
||||||
div.highlight,
|
div.highlight,
|
||||||
pre.highlight,
|
pre.highlight,
|
||||||
|
Loading…
Reference in New Issue
Block a user