douglasnobrega #1

Merged
Douglas-Vinicius-Nobrega merged 14 commits from douglasnobrega into main 2022-10-13 00:11:14 +00:00
Showing only changes of commit 82833360c5 - Show all commits

View File

@ -113,6 +113,20 @@ body {
}
}
@media screen and (max-width: 768px) {
.top-infocard {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.top-cards {
display: flex;
flex-direction: column;
padding: 90px 26px;
}
}
@media screen and (max-width: 992px) {
.top-infocard{
display: flex;
@ -142,3 +156,5 @@ body {
}