diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index d7486eb..ed2b1da 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -131,6 +131,12 @@ img { max-width: 50% !important; } +.img-center { + display: block; + margin-left: auto; + margin-right: auto; +} + /* For screens with width smaller than 400px */ .figure-left .figure-right { max-width: 95%;