From 7f4c961685e5f611f8a0ebce356f087f867289c6 Mon Sep 17 00:00:00 2001 From: Adrien Abraham Date: Thu, 14 Sep 2023 21:23:12 +0200 Subject: [PATCH] show two albums side by side minimum on mobile --- idre/static/css/base.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/idre/static/css/base.css b/idre/static/css/base.css index 7e4ce31..3fc6e9a 100644 --- a/idre/static/css/base.css +++ b/idre/static/css/base.css @@ -32,7 +32,7 @@ body { .release { position: relative; margin: 0; - width: 100%; + width: 50%; height: auto; } @@ -43,12 +43,6 @@ body { object-fit: cover; } -@media screen and (min-width: 576px) { - .release { - width: 50%; - } -} - @media screen and (min-width: 992px) { .release { width: 25%;