develop #10

Merged
RamonDiasFerreira merged 22 commits from develop into main 2023-01-20 21:50:22 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 2ae2dd2697 - Show all commits

View File

@ -116,4 +116,8 @@ button:active {
.contato__title {
text-align: center;
}
.contato__container{
padding: 0;
}
}

View File

@ -56,7 +56,7 @@
@media (max-width: 1024px) {
.inst__container {
align-items: center;
padding-left: 16px;
padding: 16px;
flex-direction: column;
}