From 0e55b416570bd80901e0f92a7c1ca5592e663d1d Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 01:59:15 +0000 Subject: [PATCH] Centre-align table-main text. --- infnet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/infnet.css b/infnet.css index 2dcf6ef..6eaf3dc 100644 --- a/infnet.css +++ b/infnet.css @@ -111,4 +111,5 @@ table, th, td { font-family: Roboto, sans-serif; font-size: 18px; color: #ffffff; + text-align: center; }