From f486fbec3554c326b8438a80d661e91e4cb4ec31 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 21 Oct 2022 16:58:41 +0200 Subject: [PATCH] resized images into gallery and gallery-items --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 4fa226b..33f0434 100644 --- a/style.css +++ b/style.css @@ -1156,12 +1156,15 @@ form#commentform p.form-submit input#submit { padding:5px 0px 5px 0px; } .gallery .gallery-item { + width: 100% !important; } .gallery .gallery-item:not(:first-of-type) { display: none; } .gallery img { border: none !important; + max-width: 100%; + height: auto; } .gallery .gallery-caption { margin-left: 0;