diff options
-rw-r--r-- | style.scss | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 { |