From a3eb7ca66013bda182d2f23c00f1bcfa1490e5ca Mon Sep 17 00:00:00 2001 From: infominer33 Date: Tue, 19 Mar 2019 04:28:12 -0400 Subject: [PATCH] change th align to center --- _sass/jekyll-theme-modernist.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-modernist.scss b/_sass/jekyll-theme-modernist.scss index e9841968..f2ded8db 100644 --- a/_sass/jekyll-theme-modernist.scss +++ b/_sass/jekyll-theme-modernist.scss @@ -235,7 +235,7 @@ table { } th, td { - text-align:left; + text-align:center; padding:5px 10px; border-bottom:1px solid #aaa; }