From b0795999fe468830e7102744606667e8f27a54be Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 14 Dec 2020 16:26:08 -0600 Subject: [PATCH] make splash images look better on small devices --- incorporealcms/static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index b8332d9..b35ab42 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -109,11 +109,17 @@ blockquote { } .splash { + margin-top: 1em; + margin-bottom: 1em; text-align: center; } +.splash img { + max-width: 100%; +} + .img-50 { - max-width: 50%; + max-width: 50% !important; } /* For screens with width smaller than 400px */