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