Remove extra right pad on OC selector, in mobile, this will make the selector be centered

This commit is contained in:
Luis Ramos
2020-05-11 17:35:03 +01:00
parent ed14a92c7b
commit b2bfe28173

View File

@@ -111,6 +111,7 @@ ordercycle {
@include breakpoint(mobile) {
display: flex;
margin-right: 0;
}
}