From bb0e71e9e4611db27c5603bdbc6a133bd5d986ad Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 12 Feb 2021 09:18:54 -0600 Subject: [PATCH] give *all* images max-width of the inner column this was done for the giant splash logo but I should really just restrain this everywhere --- incorporealcms/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 3c0221d..d7486eb 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -123,7 +123,7 @@ blockquote { text-align: center; } -.splash img { +img { max-width: 100%; }