diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 21:16:50 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 21:16:50 +0100 |
commit | c82ed0a2ed92df301f86181d584bba1c43e70261 (patch) | |
tree | 6a8837ea75a27835c94a4882d1b7232e9fc703ae /static | |
parent | 49c437566b07352652a75c54597f3d5d40df226f (diff) |
update css
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 62a40a8..ef30efd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -43,7 +43,7 @@ figcaption { img { width: 100%; - height: auto + height: auto; } table, tr { |