forced mobile loop images

This commit is contained in:
Mark Moser 2018-09-10 09:24:51 -05:00
parent 75f1a0058a
commit 3f578d9cc2
4 changed files with 23 additions and 14 deletions

View File

@ -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;

View File

@ -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

File diff suppressed because one or more lines are too long