fix: correçao main

This commit is contained in:
Thiago Bronisio 2023-01-14 14:16:13 -03:00
parent 0aa8b6571a
commit faa58259e4
2 changed files with 2 additions and 2 deletions

View File

@ -136,14 +136,12 @@
}
}
.cotent-button {
margin-bottom: 69.56px;
@media (max-width: 1024px) {
margin-bottom: 81.56px;
}
@media (min-width: 2500px) {
margin-bottom: 84px;
}
&__form-button {
display: flex;
align-items: center;

View File

@ -72,8 +72,10 @@
&__wrapper-links-informations {
display: flex;
margin-bottom: 70px;
@media (max-width: 1024px) {
display: block;
margin-bottom: 0;
}
&__links {