File size: 149 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 |
.collection-overview {
margin-bottom: 50px;
overflow-x: hidden;
@media screen and (max-width: 800px) {
margin-bottom: 30px;
}
}
|
f5071ca |
1 2 3 4 5 6 7 8 9 |
.collection-overview {
margin-bottom: 50px;
overflow-x: hidden;
@media screen and (max-width: 800px) {
margin-bottom: 30px;
}
}
|