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;