diff options
author | Siri Reiter <siri@jones.dk> | 2016-03-26 19:34:02 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-03-26 19:34:02 +0100 |
commit | deef34fadd6f645e685ab721d22923107bfbca99 (patch) | |
tree | 55d5d25f3adbe640d571e3d2b3b82c59b60aecc4 /style.scss | |
parent | 01b2ec1da30ba1b52a0544e84d1ddc01dba250d0 (diff) |
Adjust image height. Display block to prevent text wrapping.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -252,8 +252,9 @@ img { } #content img.flex { - max-height: 50px; + max-height: 100px; width: auto; + display: block; } #content img.solo { |