From 9d85770e7e0f1cf0e40afac83cf5ef9859fbc933 Mon Sep 17 00:00:00 2001 From: User Identifier Date: Fri, 6 Nov 2020 22:07:02 +0100 Subject: [PATCH] Fix images --- themes/2017/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/2017/static/css/style.css b/themes/2017/static/css/style.css index b83ff16..bf33a42 100644 --- a/themes/2017/static/css/style.css +++ b/themes/2017/static/css/style.css @@ -70,6 +70,11 @@ h1 a { color: #000000; } +p img { + width: auto; + max-width: 100%; +} + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *