Change gallery style

This commit is contained in:
deflax 2025-03-05 13:07:09 +00:00
parent 22cda2f77c
commit 2c6d0ce43b

View file

@ -39,7 +39,7 @@ video {
.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(320px, 3fr));
}
.gallery .gallery-item {
@ -58,7 +58,7 @@ video {
}
.gallery .gallery-item:hover img {
transform: scale(1.03);
transform: scale(1.05);
-webkit-filter: grayscale(1);
filter: grayscale(1);
}