diff --git a/src/components/Home.css b/src/components/Home.css index e771b97..06972e7 100644 --- a/src/components/Home.css +++ b/src/components/Home.css @@ -6,11 +6,11 @@ } .gallery-photo { - margin: 0.2vw; + margin: 0.66%; border-radius: 5px; display: block; height: auto; - max-width: 32vw; /* Do not mix with max-height! */ + width: calc(32%); object-fit: cover; }