From a454c366d3365046c857d7e1f73fe36e8b7dc6b7 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Sun, 4 Dec 2022 23:57:00 +0000 Subject: [PATCH] feat: change style to make for easier markdown figcaptions Per this trick: --- pub/style/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pub/style/style.css b/pub/style/style.css index c371899..b7869e5 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -297,3 +297,12 @@ input:focus::placeholder { color: transparent; } +/* Figcaptions for markdown + * Per + */ + +img + em { + display: block; + text-align: center; + font-size: 1em; +}