style.css 228 B

12345678
  1. @media screen and (min-width: 400px) {
  2. .widget.jetpack-simple-payments .jetpack-simple-payments-product {
  3. flex-direction: column;
  4. }
  5. .widget.jetpack-simple-payments .jetpack-simple-payments-details {
  6. padding-left: 0;
  7. }
  8. }