diff --git a/assets/css/src/components-plugin/_premium-page.scss b/assets/css/src/components-plugin/_premium-page.scss index 23b3e42fd3..0f5723c03d 100644 --- a/assets/css/src/components-plugin/_premium-page.scss +++ b/assets/css/src/components-plugin/_premium-page.scss @@ -17,8 +17,6 @@ .mailpoet_page_mailpoet-premium, .admin_page_mailpoet-premium { #wpcontent { - background: linear-gradient(to top, $color-white, $color-secondary-light) no-repeat; - background-size: auto 300px; overflow-x: hidden; } @@ -32,6 +30,10 @@ .notice { display: none !important; } + + img { + max-width: 100%; + } } .mailpoet-premium-page { @@ -99,6 +101,7 @@ div.mailpoet-premium-page-section { } .mailpoet-premium-page-intro { + @include full-width-background(linear-gradient(to top, $color-white, $color-secondary-light)); align-items: center; img {