diff --git a/assets/styles/root.css b/assets/styles/root.css index f6c49f9..510be33 100644 --- a/assets/styles/root.css +++ b/assets/styles/root.css @@ -171,9 +171,12 @@ figcaption { text-align: center; } +details { + width: 100%; +} + figure { border-radius: 6px; - display: inline-block; line-height: 1; margin: 0; margin-inline: 0; @@ -193,6 +196,7 @@ figure a:hover { } figure img { + display: block; border-radius: 6px; height: auto; max-width: var(--content-width);