From c2a1788a6bbdb8d87fbd1aa2d79986f16da4c4b1 Mon Sep 17 00:00:00 2001 From: km0 Date: Mon, 10 Apr 2023 12:43:45 +0200 Subject: [PATCH] stile --- static/style.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index b672992..597d559 100644 --- a/static/style.css +++ b/static/style.css @@ -131,9 +131,6 @@ pre { color: #aaa; } -.admonition { -} - .admonition-title { margin: 0; text-transform: uppercase; @@ -148,6 +145,21 @@ pre { padding: 0; } +figure { + width: 100%; + margin-inline: 0; + margin-block: 64px; +} + +figure img { + width: 100%; +} + +figcaption { + font-style: italic; + opacity: 0.75; +} + @media print { body { font-size: 14px;