1
0
Fork 0

show two albums side by side minimum on mobile

This commit is contained in:
Adrien Abraham 2023-09-14 21:23:12 +02:00
parent 9078e64901
commit 7f4c961685

View file

@ -32,7 +32,7 @@ body {
.release { .release {
position: relative; position: relative;
margin: 0; margin: 0;
width: 100%; width: 50%;
height: auto; height: auto;
} }
@ -43,12 +43,6 @@ body {
object-fit: cover; object-fit: cover;
} }
@media screen and (min-width: 576px) {
.release {
width: 50%;
}
}
@media screen and (min-width: 992px) { @media screen and (min-width: 992px) {
.release { .release {
width: 25%; width: 25%;