From c64a7e33c606d2edf47b2719ab04b0fb068848b0 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 14 Jan 2019 13:14:48 +0100 Subject: Set image solo to 100%. --- front.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front.scss b/front.scss index dede5f2..750de91 100644 --- a/front.scss +++ b/front.scss @@ -7,6 +7,10 @@ max-width: none; } +#content img.solo { + width: 100%; +} + .inlinepage { position: relative; //set to make inline header position work -- cgit v1.2.3