From 9080136b52aef8ed52cd30bb06816703304c6c25 Mon Sep 17 00:00:00 2001 From: dece Date: Wed, 21 Aug 2024 07:22:32 +0200 Subject: [PATCH] use xl breakpoint instead of lg for 4-columns --- idre/static/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idre/static/css/base.css b/idre/static/css/base.css index 91e9438..543eee2 100644 --- a/idre/static/css/base.css +++ b/idre/static/css/base.css @@ -43,7 +43,7 @@ body { object-fit: cover; } -@media screen and (min-width: 992px) { +@media screen and (min-width: 1200px) { .release { width: 25%; } @@ -99,7 +99,7 @@ body { border-radius: 0.5em; } -@media screen and (min-width: 992px) { +@media screen and (min-width: 1200px) { .release-infos-slab { top: 0; margin: 10%;