From 05269b333eab1dcbc49321754a03c74e4d44a4b0 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Oct 2020 09:04:28 -0700 Subject: [PATCH] Update gallery.css --- gallery/gallery.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gallery/gallery.css b/gallery/gallery.css index 301e8767..4ad648e7 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -21,6 +21,8 @@ } .galleryCard > img { z-index: 1; + width: 100%; + height: auto; } .galleryCard > div { opacity: 0;