summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-22 15:49:45 +0200
committerWolfgang Müller2019-07-22 15:49:45 +0200
commit1ed420ce8ea59417a3cd512058f78ced0aebeb0e (patch)
tree8cb8a3e238a83f0d7d4a53cf2c9d4f014f6bc6e9
parent6f646507f79621090ff5cc8394c3ba5475575545 (diff)
downloadsite-1ed420ce8ea59417a3cd512058f78ced0aebeb0e.tar.gz
css: Add rules to keep images within page bounds
-rw-r--r--scss/style.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index af35784..91141cf 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -113,6 +113,8 @@ article {
img {
display: block;
margin: 0 auto;
+ max-width: 100%;
+ height: auto;
}
hr {