diff options
-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 { |
index : bynu/styling | ||
Unnamed repository; edit this file 'description' to name the repository. | Siri Reiter |
summaryrefslogtreecommitdiff |
-rw-r--r-- | style.scss | 3 |
@@ -252,7 +252,8 @@ img { } #content img.flex { - height: 50px; + max-height: 50px; + width: auto; } #content img.solo { |