refactor: aplica mudanças no código

This commit is contained in:
Sabrina Miranda 2023-02-09 13:50:37 -03:00
parent 5180468182
commit 8162c11949
2 changed files with 3 additions and 5 deletions

View File

@ -12,17 +12,16 @@
justify-content: center; justify-content: center;
} }
.paragraph--newsletter-title { .headingLevel1--newsletter-title {
font-weight: 400; font-weight: 400;
font-size: 24px; font-size: 24px;
line-height: 38px; line-height: 38px;
text-align: center; text-align: center;
color: #FFFFFF; color: #FFFFFF;
margin: 32px 0 0 0; margin: 32px 0 0 0;
height: 38px;
} }
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {
.paragraph--newsletter-title { .headingLevel1--newsletter-title {
margin-top: 64px; margin-top: 64px;
} }
} }

View File

@ -3,14 +3,13 @@
justify-content: center; justify-content: center;
} }
.paragraph--newsletter-title { .headingLevel1--newsletter-title {
font-weight: 400; font-weight: 400;
font-size: 24px; font-size: 24px;
line-height: 38px; line-height: 38px;
text-align: center; text-align: center;
color: #FFFFFF; color: #FFFFFF;
margin: 32px 0 0 0; margin: 32px 0 0 0;
height: 38px;
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {
margin-top: 64px; margin-top: 64px;