diff options
author | Siri Reiter <siri@jones.dk> | 2016-03-26 19:45:36 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-03-26 19:45:36 +0100 |
commit | a0b42eab246f4469f0d9bb7a90880400b9d6bb91 (patch) | |
tree | 5e099e918937e88ca41289250d6836e5d163b08d /style.scss | |
parent | deef34fadd6f645e685ab721d22923107bfbca99 (diff) |
Adjust image size for flex images (bigger).
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ img { } #content img.flex { - max-height: 100px; + max-height: 80px; width: auto; display: block; } |