diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-21 01:58:25 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-21 01:58:25 +0200 |
commit | bf69d3011a5f2af4e6bdf9fc8ab9a7f71af8976f (patch) | |
tree | 3905c837bd5ed3a9b48666157b9e80e4d543c44a /static/style.css | |
parent | 8195027907954abd740fb071dfd9f637f0020e09 (diff) |
Center tables
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index f7d9ef5..0b734f8 100644 --- a/static/style.css +++ b/static/style.css @@ -98,6 +98,8 @@ code { } table, th, td { - width: 400px ; + width: 400px; + margin-left: auto; + margin-right: auto; border: 1px solid; } |