diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 21:22:38 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 21:22:38 +0100 |
commit | 8aecea17ea1b62eecbfa0aaabb67198f5dee40f1 (patch) | |
tree | 0deb7a7667bffba8792bba148814668c2187d5a3 /static/css/style.css | |
parent | e225b3cea8737d00f92704e130fcfa8e112d2fbe (diff) |
update css
Diffstat (limited to '')
-rw-r--r-- | static/css/style.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/css/style.css b/static/css/style.css index 3e2afe2..0036122 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -34,18 +34,18 @@ figcaption { font-size: 0.75em; } -/* img { */ -/* display: block; */ -/* margin-left: auto; */ -/* margin-right: auto; */ -/* width: 50%; */ -/* } */ - img { - max-width: 100%; - height: auto; + display: block; + margin-left: auto; + margin-right: auto; + width: 100%; } +/* img { */ +/* max-width: 100%; */ +/* height: auto; */ +/* } */ + table, tr { border: 1px solid black; padding: 1px; |