From c36a69172ca5163f9f2107cf47c72df0a317a261 Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 5 Mar 2025 14:21:42 +0000 Subject: [PATCH] Set new media ranges --- src/api/app/static/css/root.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/app/static/css/root.css b/src/api/app/static/css/root.css index acd92d3..a737182 100644 --- a/src/api/app/static/css/root.css +++ b/src/api/app/static/css/root.css @@ -37,7 +37,7 @@ video { scroll-margin-top: 60px; } -@media only screen and (max-width: 619px) +@media only screen and (max-width: 620px) { .gallery { display: grid; @@ -46,7 +46,7 @@ video { } } -@media only screen and (min-width: 620px) and (max-width: 1199px) +@media only screen and (min-width: 620px) and (max-width: 1200px) { .gallery { display: grid; @@ -56,10 +56,10 @@ video { } @media only screen and (min-width: 1200px) { - .gallery { - display: grid; - grid-gap: 7px; - grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); + .gallery { + display: grid; + grid-gap: 7px; + grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); } }