diff options
author | Wolfgang Müller | 2019-07-22 15:49:45 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-07-22 15:49:45 +0200 |
commit | 1ed420ce8ea59417a3cd512058f78ced0aebeb0e (patch) | |
tree | 8cb8a3e238a83f0d7d4a53cf2c9d4f014f6bc6e9 /scss | |
parent | 6f646507f79621090ff5cc8394c3ba5475575545 (diff) | |
download | site-1ed420ce8ea59417a3cd512058f78ced0aebeb0e.tar.gz |
css: Add rules to keep images within page bounds
Diffstat (limited to 'scss')
-rw-r--r-- | scss/style.scss | 2 |
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 { |