diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 13:40:03 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 13:40:03 +0100 |
commit | 9654dff700669a30c96c229fd3a4d2582582e675 (patch) | |
tree | f9a896b90389ca4467dedab42d5b20967b02d6da /static/css | |
parent | 1b40d557a4522f0501bffea761c8dd7c0ff45c1d (diff) |
added all blog categories and fixed table
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index f959ddc..1fb89b7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -41,6 +41,16 @@ figcaption { /* width: 50%; */ /* } */ +table, tr { + border: 1px solid black; + padding: 1px; + margin: 1px; + border-collapse: collapse; + font-size: 13px; + width: 100%; + table-layout: auto; +} + body { font-family: serif; font-size: 18px; |