diff --git a/resources/admonitions.css b/resources/admonitions.css index 801cf4d..eed2bb5 100644 --- a/resources/admonitions.css +++ b/resources/admonitions.css @@ -12,7 +12,7 @@ color: var(--fg-1); padding: 0.5rem; border-radius: 1rem; - border: solid 0.5rem; + border: solid 0.35rem; margin-top: var(--box-margin-vert); margin-bottom: var(--box-margin-vert); } @@ -29,8 +29,6 @@ .warning .title p, .caution .title p { font-size: 0; - display: inline-block; - position: relative; } .note .title p::before, .tip .title p::before, @@ -38,8 +36,7 @@ .warning .title p::before, .caution .title p::before { font-family: 'boxicons' !important; - font-size: 3rem; - display: inline-block; + font-size: 4rem; } /* Notes */