Files
php_assessment_2/wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css
T

9 lines
228 B
CSS
Raw Normal View History

2025-02-05 23:15:46 +01:00
@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;
}
}