Change gallery style
This commit is contained in:
parent
22cda2f77c
commit
2c6d0ce43b
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ video {
|
||||||
|
|
||||||
.gallery {
|
.gallery {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(320px, 3fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery .gallery-item {
|
.gallery .gallery-item {
|
||||||
|
@ -58,7 +58,7 @@ video {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery .gallery-item:hover img {
|
.gallery .gallery-item:hover img {
|
||||||
transform: scale(1.03);
|
transform: scale(1.05);
|
||||||
-webkit-filter: grayscale(1);
|
-webkit-filter: grayscale(1);
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue