Small fix for front listing image responsiveness
authorLaury GvR <laury@gaslightmedia.com>
Thu, 13 Dec 2018 14:06:44 +0000 (09:06 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 13 Dec 2018 14:06:44 +0000 (09:06 -0500)
css/front.css

index 7e2f36a..7b42499 100644 (file)
     overflow: hidden;
     padding: 0;
 }
+@media  (max-width: 640px) {
+    .glm-member-db-list .glm-member-list-image-wrapper {
+        max-width: 250px;
+        margin: 0 auto;
+        float: none !important;
+    }
+}
 .glm-member-db-list .glm-member-list-image-wrapper > img {
     position: absolute;
     min-width: 100%;