diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-27 17:01:59 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-27 17:01:59 +0100 |
commit | 15d1f46897820426072f0bb1ecde70718fe2fede (patch) | |
tree | e99c23dc269a3d55b726354e0a2c0c0fa4d96d34 /static/css | |
parent | 0cae2510cc7d375fecc8d56ba4f76c00440ee9ba (diff) |
style changes for img
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css index 6e38eca..f51f887 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -35,14 +35,13 @@ hr.new1 { } figcaption { - font-size: 0.75em; + font-size: 1.1em; } img { - display: block; margin-left: auto; margin-right: auto; - width: 100%; + width: auto; } /* img { */ |