fix(admonitions): align paragraph spacing with prose

This commit is contained in:
rxchi1d
2025-12-22 15:42:07 +08:00
parent 57befe227f
commit 3f2891cc32
2 changed files with 2 additions and 2 deletions

View File

@@ -3683,7 +3683,7 @@ body.zen-mode-enable {
margin-block: 0 !important;
}
.admonition .admonition-content > * + * {
margin-top: calc(var(--spacing) * 3);
margin-top: 1.25em !important;
}
.admonition {
margin-block: calc(var(--spacing) * 3);

View File

@@ -122,7 +122,7 @@ html.dark {
}
.admonition .admonition-content > * + * {
@apply mt-3;
margin-top: 1.25em !important;
}
.admonition {