From ff95201a5490b943fcb3774069e186b2eec1a18d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 15 Feb 2025 15:47:34 +0100 Subject: [PATCH] table/h3 --- style/light.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/light.css b/style/light.css index b8506de..0812b30 100644 --- a/style/light.css +++ b/style/light.css @@ -38,6 +38,9 @@ img.inline { table { margin-inline: auto; } +table h3 { + text-align: center; +} td.logo { text-align: center; }