feat(newsletter-responsive): Torna a newsletter responsiva para telas maiores de 2500px

This commit is contained in:
Manuela Luana Schumacker Tavares 2023-01-19 18:42:58 -03:00
parent b1098e2434
commit 6700d94f3b

View File

@ -6,6 +6,10 @@
border-top: 1px solid variables.$color-black;
background: variables.$color-white;
@media screen and (min-width: 2500px) {
height: 141.24px;
}
@media screen and (max-width: 1024px) {
height: auto;
}
@ -38,6 +42,11 @@
margin-bottom: 8px;
@media screen and (min-width: 2500px) {
font-size: 36px;
line-height: 42px;
}
@media screen and (max-width: 1024px) {
font-size: 14px;
line-height: 16px;
@ -68,6 +77,10 @@
border: 1px solid variables.$color-grey2;
border-radius: 4px;
@media screen and (min-width: 2500px) {
min-width: 668px;
}
@media screen and (max-width: 1024px) {
min-width: 100%;
}
@ -78,6 +91,11 @@
font-size: 14px;
line-height: 16px;
color: variables.$color-grey;
@media screen and (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
}
.form-feedback {
@ -108,6 +126,12 @@
letter-spacing: 0.05em;
color: variables.$color-white;
@media screen and (min-width: 2500px) {
width: 246px;
font-size: 24px;
}
@media screen and (max-width: 1024px) {
width: 100%;
}