8 lines
228 B
CSS
8 lines
228 B
CSS
@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;
|
|
}
|
|
}
|