diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2017-09-28 01:52:12 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-28 01:52:12 +0200 |
| commit | bb987c3e49f05d7f53fc49ff80fd1600f8ad5c05 (patch) | |
| tree | 6299c298a137acea585b9c3f31ed58c52f38dc6d | |
| parent | d0bdea92234ef92cdb4dc06419fcd6b8e63ce511 (diff) | |
Fix avoid stretched images.
| -rw-r--r-- | style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -171,10 +171,12 @@ dd { // Full-width with slight side padding #content img { width: 70%; + height: auto; padding: 0 15%; } .branding-logo img { width: 100%; + height: auto; } // Pagedate |
