From 6a2078cfab88ad02c3d37675c7a4f1ae133c90ec Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Sep 2017 20:16:41 +0200 Subject: Adding width to image class solo. --- style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 853dc34..7af2828 100644 --- a/style.scss +++ b/style.scss @@ -285,6 +285,7 @@ img { //Styling of tall images img.tall { width: 300px; + height: auto; } //Small images in tour descriptions, floating in a vertical row, not inflicting on the text content. #content img.deco { @@ -304,11 +305,13 @@ img.tall { display: block; float: none; } -//Image pushing text down, below. +//Image pushing text down, below. Fixed width as an experiment. #content img.solo { float: none; display: block; padding: 0; + width: 500px; + height: auto; } //One (concrete) image meant to fill the whole viewport. #content img.x2470x3783 { -- cgit v1.2.3