mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 💄 Slightly increase padding-top for code elements
This commit is contained in:
parent
3545bf525f
commit
47848c3366
|
|
@ -296,7 +296,7 @@ export default function typographyStyles({ theme }: PluginUtils) {
|
|||
code: {
|
||||
color: "var(--tw-prose-code)",
|
||||
borderRadius: theme("borderRadius.lg"),
|
||||
paddingTop: theme("padding.1"),
|
||||
paddingTop: theme("padding[1.5]"),
|
||||
paddingRight: theme("padding[1.5]"),
|
||||
paddingBottom: theme("padding.1"),
|
||||
paddingLeft: theme("padding[1.5]"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue