From 8aecea17ea1b62eecbfa0aaabb67198f5dee40f1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 25 Jul 2022 21:22:38 +0100 Subject: update css --- static/css/style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'static') 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; -- cgit v1.2.3