From f77b06585dba44036a9b2bf930524d638324bcc5 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Thu, 24 Apr 2025 21:46:32 +0200 Subject: [PATCH] Fixed text alignment in figures --- themes/default/assets/css/typography.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/assets/css/typography.css b/themes/default/assets/css/typography.css index 6a8c7abd..277dee25 100644 --- a/themes/default/assets/css/typography.css +++ b/themes/default/assets/css/typography.css @@ -241,6 +241,10 @@ article aside { max-width: 100%; text-align: center; + p { + text-align: center; + } + img, video, audio {