[fix] Product Search

This commit is contained in:
Anand Doshi
2015-05-27 16:48:06 -04:00
parent 7f1d5efd5b
commit 81bded1afe
3 changed files with 16 additions and 3 deletions

View File

@@ -48,3 +48,9 @@
.product-text {
padding: 15px 0px;
}
@media (max-width: 767px) {
.product-search {
width: 100%;
margin-bottom: 13px;
}
}