forced mobile loop images
This commit is contained in:
parent
75f1a0058a
commit
3f578d9cc2
@ -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) {
|
@media screen and (min-width: $screen-tablet) {
|
||||||
.loop-row {
|
.loop-row {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+/*
|
/*
|
||||||
+Theme Name: ILDI
|
Theme Name: ILDI
|
||||||
+Description: Something clever.
|
Description: Something clever.
|
||||||
+Author: markamoser
|
Author: markamoser
|
||||||
+Version: 1.0
|
Version: 1.0
|
||||||
+*/
|
*/
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user