From a338414fd5f58299da9f83b37a7e930c30bfe447 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 21 Oct 2022 16:47:37 +0200 Subject: [PATCH] removed max-width to gallery-items --- style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/style.css b/style.css index 0e5b479..4fa226b 100644 --- a/style.css +++ b/style.css @@ -1156,8 +1156,6 @@ form#commentform p.form-submit input#submit { padding:5px 0px 5px 0px; } .gallery .gallery-item { - max-width: 33%; - overflow: hidden; } .gallery .gallery-item:not(:first-of-type) { display: none;