1
0
Fork 0

use xl breakpoint instead of lg for 4-columns

This commit is contained in:
dece 2024-08-21 07:22:32 +02:00
parent 78a5e6c8a1
commit 9080136b52

View file

@ -43,7 +43,7 @@ body {
object-fit: cover; object-fit: cover;
} }
@media screen and (min-width: 992px) { @media screen and (min-width: 1200px) {
.release { .release {
width: 25%; width: 25%;
} }
@ -99,7 +99,7 @@ body {
border-radius: 0.5em; border-radius: 0.5em;
} }
@media screen and (min-width: 992px) { @media screen and (min-width: 1200px) {
.release-infos-slab { .release-infos-slab {
top: 0; top: 0;
margin: 10%; margin: 10%;