Merge pull request 'fix: correçao main' (#20) from bugfix/newsletter into main

Reviewed-on: #20
This commit is contained in:
Thiago Bronisio Damascena 2023-01-14 17:16:44 +00:00
commit 6058cf88d9
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 {