From 1ed420ce8ea59417a3cd512058f78ced0aebeb0e Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 22 Jul 2019 15:49:45 +0200 Subject: css: Add rules to keep images within page bounds --- scss/style.scss | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3-2-gb3c3