From a3334c177fa3425d4cdec74d245b25180621fd4f Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 3 Apr 2022 01:15:56 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 108421ce..1494cfbf 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -222,6 +222,10 @@ article h3 { flex-direction: row; } + .infobox { + text-align: left; + } + #articledata { display: flex; flex-direction: row;