From bb364b988b63cffa028a8717ffa59b7d0e80b97d Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 25 May 2019 23:13:51 +0200 Subject: [PATCH] Fix Image Size --- themes/Loopp/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/Loopp/static/css/style.css b/themes/Loopp/static/css/style.css index 4e8b139..82d5b2b 100644 --- a/themes/Loopp/static/css/style.css +++ b/themes/Loopp/static/css/style.css @@ -145,4 +145,8 @@ ul.translations { li.translations { display: inline-block; +} + +.pure-u-md-3-5 img { + max-width: 100%; } \ No newline at end of file