fix callout width

This commit is contained in:
2026-07-10 18:38:42 -04:00
parent ca9901eb29
commit aa428b111c

View File

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