summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-28 01:52:12 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-28 01:52:12 +0200
commitbb987c3e49f05d7f53fc49ff80fd1600f8ad5c05 (patch)
tree6299c298a137acea585b9c3f31ed58c52f38dc6d
parentd0bdea92234ef92cdb4dc06419fcd6b8e63ce511 (diff)
Fix avoid stretched images.
-rw-r--r--style.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index d489713..9509f6f 100644
--- a/style.scss
+++ b/style.scss
@@ -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