forced mobile loop images
This commit is contained in:
@ -27,6 +27,15 @@
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: $screen-tablet - 1) {
|
||||
.loop-row {
|
||||
.loop-image {
|
||||
width: 100%;
|
||||
min-height: 140px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $screen-tablet) {
|
||||
.loop-row {
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user