Skip to content

Commit

Permalink
Center align payment terms form text when there is no image (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
taliahm committed Mar 10, 2022
1 parent 4c4c2ea commit da38d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/section-main-product.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ a.product__text {
.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input,
.product--no-media .product__tax {
.product--no-media .product__tax,
.product--no-media shopify-payment-terms {
text-align: center;
}

Expand Down

0 comments on commit da38d41

Please sign in to comment.