Set media query ranges

This commit is contained in:
deflax 2025-03-05 14:18:49 +00:00
parent 59423ecb73
commit 1d122bc4c5

View file

@ -37,16 +37,16 @@ video {
scroll-margin-top: 60px;
}
@media only screen and (max-width: 600px)
@media only screen and (max-width: 619px)
{
.gallery {
display: grid;
grid-gap: 3px;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
}
@media only screen and (min-width: 600px)
@media only screen and (min-width: 620px) and (max-width: 1199px)
{
.gallery {
display: grid;