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%;