Remove unnecessary CSS class nesting

[MAILPOET-2792]
This commit is contained in:
Jan Jakeš
2020-06-17 13:17:24 +02:00
committed by Veljko V
parent bb3ac3c179
commit eba90309bd

View File

@@ -30,6 +30,13 @@
} }
} }
@include breakpoint-max-width(1100px) {
h2 {
font-size: 2em; // The text WooCommerce is too long and so on smaller displays it overflows. This helps.
}
}
}
.mailpoet-premium-page-intro { .mailpoet-premium-page-intro {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -153,10 +160,3 @@
.mailpoet-premium-page-options-divider { .mailpoet-premium-page-options-divider {
flex-grow: 100; flex-grow: 100;
} }
@include breakpoint-max-width(1100px) {
h2 {
font-size: 2em; // The text WooCommerce is too long and so on smaller displays it overflows. This helps.
}
}
}