bootstrap's xs screen size is quite wide compared to our smallest screen
width, so i allowed for more columns at the wider end, and at the
smaller end, made columns narrow with space on both sides. at the
smallest end, columns fill the width of the page.
text-align: right;
}
+@media screen and (min-width: 450px) and (max-width: 659px) {
+ .ryf-list {
+ max-width: 300px;
+ float: none;
+ margin: 0 auto;
+ }
+}
+@media screen and (min-width: 660px) and (max-width: 767px) {
+ .ryf-list-row {
+ margin: 0 auto;
+ max-width: 660px;
+ }
+ .ryf-list {
+ max-width: 300px;
+ float: left;
+ }
+}
+
/* Vendors list */