From 85ccc081e4865487fa1f13459a991cb46f0fb017 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 30 Jul 2023 22:22:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20center=20all=20table=20?= =?UTF-8?q?text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_table.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sass/parts/_table.scss b/sass/parts/_table.scss index 6a66b3d..251cf80 100644 --- a/sass/parts/_table.scss +++ b/sass/parts/_table.scss @@ -1,7 +1,7 @@ table { border-spacing: 0; border-collapse: collapse; - justify-self: center; + text-align: center; font: inherit; overflow: hidden; border-style: hidden !important; @@ -20,7 +20,6 @@ table td { table thead tr { background-color: var(--primary-color); color: var(--hover-color); - text-align: left; } table tbody tr:nth-child(even) {