summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss5
1 files changed, 4 insertions, 1 deletions
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 {