From 438f3d86528e2c9cc46a8ec47e9b2e3366858c9e Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 7 Nov 2021 15:29:26 +0100 Subject: [PATCH] Limit all images to a maximum of 100% --- pelican_theme_teckids/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pelican_theme_teckids/static/css/style.css b/pelican_theme_teckids/static/css/style.css index 4b8a706..ad0a216 100644 --- a/pelican_theme_teckids/static/css/style.css +++ b/pelican_theme_teckids/static/css/style.css @@ -202,3 +202,7 @@ time.icon span { .product-button { background: var(--teckids-primary-dark); } + +img, svg { + max-width: 100%; +} -- GitLab