achille-press/sass/shop/_checkout.scss
2020-04-08 22:36:58 +01:00

21 lines
268 B
SCSS

@media screen and (min-width: 768px) {
.col2-set {
.form-row-first {
float: left;
margin-right: $columns__margin;
}
.form-row-last {
float: right;
margin-right: 0;
}
.form-row-first,
.form-row-last {
@include column-width(2);
}
}
}