fix css for code block

This commit is contained in:
EGOIST 2022-05-19 19:35:42 +08:00
parent e7fa4d2f24
commit eea257a867
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
.code pre {
@apply -mx-[2rem];
@apply rounded-xl;
@apply -mx-5 md:-mx-8;
@apply md:rounded-xl;
@apply my-8;
padding: 2rem;
@apply p-5 md:p-8;
background-color: var(--code-bg);
color: var(--code-fg);
max-height: 800px;