feature/sabrinamiranda #1

Merged
SabrinaMiranda merged 33 commits from feature/sabrinamiranda into master 2023-02-10 23:17:10 +00:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit 8162c11949 - Show all commits

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;