From aa77054172793911fe131fa88fe9d6d1ee5d2f1f Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 16 Nov 2019 21:57:16 +0800 Subject: [PATCH] Increase tables' default width. --- assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 6fae46b..ee50c7a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -640,7 +640,7 @@ footer a:hover, div.post-content>table, div.post-content li>table { - min-width: 40%; + min-width: 60%; border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5rem;