Partials needs to be children of the columns div

And then have the right margins
This commit is contained in:
Jean-Baptiste Bellet
2021-10-07 11:05:50 +02:00
parent 0f7ba41896
commit 9bbccbbd46

View File

@@ -1,4 +1,4 @@
%checkout.row#checkout
.small-12.medium-12.columns
= render partial: "split_checkout/tabs"
= render partial: "split_checkout/form"
= render partial: "split_checkout/tabs"
= render partial: "split_checkout/form"