commit 6b2551dad00d61f68044da77d2f4b40b616116d4 parent 57f612f5bf643c8a624b7f3148061c93eaf9c9a4 Author: Lou Woell <lou.woell@posteo.de> Date: Thu, 6 Feb 2025 01:46:23 +0100 center images in figures Diffstat:
| M | assets/css/main.scss | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/assets/css/main.scss b/assets/css/main.scss @@ -112,6 +112,11 @@ figure { float: right; } + img { + margin-left: auto; + margin-right: auto; + } + figcaption { font-size: 14px; padding: 5px 10px;