diff --git a/pelican_theme_teckids/static/css/style.css b/pelican_theme_teckids/static/css/style.css index 4b8a7060f1f994cb0d8ff94a806b97b967b3507a..ad0a2168d97f2e612bc028a73d0b71447a4ba699 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%; +}