💄 🐛 Fixed code block margin style when type is mac.

This commit is contained in:
凡梦星尘 2022-06-21 15:12:43 +08:00
parent e6fccb0b4e
commit 6d609ea1a1

View File

@ -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;
} }