From 4901b6b3de685532428ff4275481c1f6971e18f1 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 13 Jan 2025 22:08:27 -0600 Subject: make images smaller by default and make caption optional on imgs shortcode --- static/stylesheets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index 4c32ae3..cd9981b 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -130,7 +130,7 @@ img, figcaption { margin: auto; display: block; width: fit-content; - max-width: 95%; + max-width: 60%; color: #ddd; } @@ -188,4 +188,7 @@ td.img { ol, ul, pre code { margin-left: 0; } + img, figcaption { + max-width: 95%; + } } -- cgit v1.2.3