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 a8e753e789 - Show all commits

View File

@ -334,8 +334,25 @@ body {
@media screen and (min-width: 769px) and (max-width: 1200px) {
.top-infocard, .top-cards {
display: flex;
flex-direction: column;
align-items: center;
align-items: center;
}
.bottom-text-image {
width: 100%;
}
.bottom-card {
}
}
@media screen and (min-width:993px) and (max-width: 1280px) {
.top-infocard {
justify-content: center;
}
.bottom-text-image {
width: 100%;
}
}