diff --git a/src/style.css b/src/style.css index ebf142f9..d041959e 100644 --- a/src/style.css +++ b/src/style.css @@ -57,17 +57,12 @@ pre code { } .callout, details { - /*box-sizing: border-box;*/ margin: 1em 0; padding: 0.5em 1ch; background: rgb(from currentColor r g b / 5%); border: solid rgb(from currentColor r g b / 30%); border-width: 1px; border-style: outset; - - .callout { - margin-inline: 0; - } } .callout {