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; }