From 225f2ae05ea702e2074661db312757562b9d5469 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 23 Apr 2022 17:59:09 +0200 Subject: [PATCH] add img style --- assets/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/index.css b/assets/index.css index c3533fa0..16e6941e 100644 --- a/assets/index.css +++ b/assets/index.css @@ -78,4 +78,9 @@ layout: empty .max-w-p90 { max-width: 90% } + + img + em { + display: block; + text-align: center; + } }