development #21

Merged
SavioCarvalhoMoraes merged 8 commits from development into feature/body 2023-01-20 01:39:38 +00:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit ec9c4f240d - Show all commits

View File

@ -28,3 +28,13 @@
flex-direction: row;
gap: 13px;
}
@media screen and (max-width: 1024px) {
.bottom_footer {
flex-direction: column;
gap: 15px;
padding: 15px 0 15px 16px;
}
.pagamentos {
order: -1;
}
}

View File

@ -22,3 +22,8 @@
align-items: flex-start;
}
}
@media screen and (min-width: 1025px) {
.top_footerMob_wrapper {
display: none;
}
}