From 7cf8a427ce928e1e0217aae417606d0c53752fcf Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 12 Feb 2021 09:26:10 -0600 Subject: [PATCH] add an .img-25 for 25% wide images --- incorporealcms/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 21416f3..36ee40b 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -127,6 +127,10 @@ img { max-width: 100%; } +.img-25 { + max-width: 25% !important; +} + .img-50 { max-width: 50% !important; }