Skip to content

Commit

Permalink
feat(ui): update article style
Browse files Browse the repository at this point in the history
Decrease `<code />` padding
  • Loading branch information
mateusfg7 committed May 18, 2023
1 parent fd84d93 commit 0249822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
}

code {
@apply bg-black/[.05] dark:bg-white/[.05] p-1 rounded-lg;
@apply bg-black/[.05] dark:bg-white/[.05] py-[0.16rem] px-1 rounded-lg;
}

div[data-rehype-pretty-code-fragment=''] {
Expand Down

0 comments on commit 0249822

Please sign in to comment.