From 93a4b573dcbd66c72bba7aa0492d03d9e48947ce Mon Sep 17 00:00:00 2001 From: vodofrede Date: Thu, 24 Mar 2022 18:23:46 +0100 Subject: [PATCH] center-aligned text in tables --- src/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/main.css b/src/style/main.css index c0dd9c9..0d742fa 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -170,7 +170,7 @@ li { } table { - text-align: justify; + text-align: center; width: 100%; border-radius: 5px;