Kaynağa Gözat

Fix mobile products view

tati 9 yıl önce
ebeveyn
işleme
682b5d8861
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      client/css/products.css

+ 7 - 0
client/css/products.css

@@ -87,3 +87,10 @@ a.product-link:hover {
     font-size: 12px;
     opacity: 0.5
 }
+
+@media screen and (max-width: 47.2em) {
+	li.product-details {
+        width: 100%;
+        float: left;
+    }
+}