From d76f10c31281ded60b7d82bf81383b36f5813da8 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 16 Sep 2020 23:32:24 +0100 Subject: Improve documentation --- app/scss/custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/scss') diff --git a/app/scss/custom.scss b/app/scss/custom.scss index e16a75c..523b2ea 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -134,3 +134,13 @@ pre code { -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); } + +.ranks-table tr { + th, td { + text-align: center; + } + + td:first-child, th:first-child { + text-align: left; + } +} -- cgit v1.2.3