diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-09-16 23:32:24 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-09-16 23:32:39 +0100 |
| commit | d76f10c31281ded60b7d82bf81383b36f5813da8 (patch) | |
| tree | 2dc4e1bee86efe8cc8bb227b635142631d18644c /app/scss | |
| parent | a1e0e37223436b9d1c65d6f75251faf5226f2f79 (diff) | |
| download | cheatdb-d76f10c31281ded60b7d82bf81383b36f5813da8.tar.xz | |
Improve documentation
Diffstat (limited to 'app/scss')
| -rw-r--r-- | app/scss/custom.scss | 10 |
1 files changed, 10 insertions, 0 deletions
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; + } +} |
