feature/footer #1

Merged
Gabriel_Bernardini merged 13 commits from feature/footer into main 2022-10-13 23:26:59 +00:00
Showing only changes of commit ebc10d098a - Show all commits

View File

@ -67,6 +67,27 @@ body {
margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
.first-infocard-title {
font-size: 28px;
line-height: 34px;
}
.first-infocard-subtitle {
font-size: 20px;
line-height: 24px;
}
.first-infocard-description {
margin: 28px;
}
.first-infocard-image {
max-width: 239px;
max-height: 239px;
margin-bottom: 90px;
}
}
@media screen and (max-width: 415px) {
.image-main-desktop {