diff options
| author | Siri Reiter <siri@jones.dk> | 2016-03-26 19:25:29 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2016-03-26 19:25:29 +0100 |
| commit | 01b2ec1da30ba1b52a0544e84d1ddc01dba250d0 (patch) | |
| tree | 0c7096448b89756d17cbf11e7eddd117482c014d | |
| parent | b9bbca713efd08b1c2f6c91fdc85d906d6cbf7a3 (diff) | |
Fix width of flex images for tour description to avoid distortion.
| -rw-r--r-- | style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -252,7 +252,8 @@ img { } #content img.flex { - height: 50px; + max-height: 50px; + width: auto; } #content img.solo { |
