kollapsminoriteten/wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css

11 lines
230 B
CSS
Raw Normal View History

2019-11-15 23:26:29 +01:00
@media screen and (min-width: 400px) {
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.widget.jetpack-simple-payments .jetpack-simple-payments-product {
flex-direction: column;
}
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.widget.jetpack-simple-payments .jetpack-simple-payments-details {
padding-left: 0;
}
}