summaryrefslogtreecommitdiffstats
path: root/static/css
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-27 17:01:59 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-27 17:01:59 +0100
commit15d1f46897820426072f0bb1ecde70718fe2fede (patch)
treee99c23dc269a3d55b726354e0a2c0c0fa4d96d34 /static/css
parent0cae2510cc7d375fecc8d56ba4f76c00440ee9ba (diff)
style changes for img
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css5
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 { */