diff options
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 { |