show two albums side by side minimum on mobile
This commit is contained in:
parent
9078e64901
commit
7f4c961685
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue