diff --git a/styles/css/vtex.rich-text.css b/styles/css/vtex.rich-text.css index 9ffc771..005b613 100644 --- a/styles/css/vtex.rich-text.css +++ b/styles/css/vtex.rich-text.css @@ -12,17 +12,16 @@ justify-content: center; } -.paragraph--newsletter-title { +.headingLevel1--newsletter-title { font-weight: 400; font-size: 24px; line-height: 38px; text-align: center; color: #FFFFFF; margin: 32px 0 0 0; - height: 38px; } @media screen and (max-width: 1024px) { - .paragraph--newsletter-title { + .headingLevel1--newsletter-title { margin-top: 64px; } } \ No newline at end of file diff --git a/styles/sass/pages/product/vtex.rich-text.scss b/styles/sass/pages/product/vtex.rich-text.scss index dc03363..94a92b5 100644 --- a/styles/sass/pages/product/vtex.rich-text.scss +++ b/styles/sass/pages/product/vtex.rich-text.scss @@ -3,14 +3,13 @@ justify-content: center; } -.paragraph--newsletter-title { +.headingLevel1--newsletter-title { font-weight: 400; font-size: 24px; line-height: 38px; text-align: center; color: #FFFFFF; margin: 32px 0 0 0; - height: 38px; @media screen and (max-width: 1024px) { margin-top: 64px;