You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
179 B

.vendor-list__ul {
padding-top: 16px;
}
@media (min-width: 640px) {
.vendor-list__ul {
padding-top: 8px;
display: flex;
flex-wrap: wrap;
}
}