💄 🐛 Fixed code block margin style when type is mac.
This commit is contained in:
parent
e6fccb0b4e
commit
6d609ea1a1
@ -11,10 +11,11 @@
|
|||||||
margin: 0 auto 20px;
|
margin: 0 auto 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
font-family: $code-font-family;
|
font-family: $code-font-family;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user