patrickreischallenge #1

Merged
PatrickReisSantos merged 11 commits from patrickreischallenge into main 2022-10-14 01:06:19 +00:00
Showing only changes of commit e9ca58f608 - Show all commits

View File

@ -59,11 +59,11 @@ body {
} }
.top-img { .top-img {
margin: 73px 0 179px; padding: 73px 0 179px;
} }
.infocard-meio { .infocard-meio {
padding: 80px 0; padding: 0 0 80px;
display: grid; display: grid;
grid-template-columns: repeat(3, max-content); grid-template-columns: repeat(3, max-content);
gap: 20px; gap: 20px;
@ -90,7 +90,7 @@ body {
line-height: 24px; line-height: 24px;
} }
@media screen and (max-width: 820px) { @media screen and (max-width: 1180px) {
.top-titulo-h2 { .top-titulo-h2 {
font-size: 20px; font-size: 20px;
line-height: 24px; line-height: 24px;
@ -115,7 +115,12 @@ body {
.top-img { .top-img {
width: 239px; width: 239px;
height: auto; height: auto;
margin: 65px 0 90px; padding: 65px 0 0;
}
.infocard-meio {
grid-template-columns: 1fr;
padding: 90px 32px 80px;
} }
} }