App thumbnails show as 14x10

This commit is contained in:
Taylor Helsper 2022-07-26 00:17:25 -05:00
parent 3792c287ce
commit 2cd6d93cab

View File

@ -14,8 +14,9 @@
columns: 3;
}
.hes-gallery img {
width: 100%;
object-fit: cover;
width: 238px;
height: 170px;
transition: 0.3s;
cursor: pointer;
}