summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-02-04 23:08:06 +0100
committerSiri Reiter <siri@jones.dk>2013-12-02 00:57:01 +0100
commit8582e7c10643938ef2f5e7e5cb6701bfc2250017 (patch)
treef782d2a33d23c219787e425752a9308f73264132 /style.scss
parent241523e9d3dd2c4d8eadf90bc4966e34fc0db18b (diff)
Styling: Image max-widht 100% and auto height.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index dff5d18..e6566a5 100644
--- a/style.scss
+++ b/style.scss
@@ -163,6 +163,8 @@ img {
vertical-align: top;
margin: 0 5% 5% 0;
padding: 0;
+ max-width: 100%;
+ height: auto;
}
#content img.deco {