diff --git a/src/api/app/static/css/root.css b/src/api/app/static/css/root.css index 640a094..acd92d3 100644 --- a/src/api/app/static/css/root.css +++ b/src/api/app/static/css/root.css @@ -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;