feature/footer #1

Merged
YahToth merged 17 commits from feature/footer into main 2022-11-01 01:52:07 +00:00
Showing only changes of commit 04caf5dae2 - Show all commits

View File

@ -157,6 +157,10 @@ body {
.top-cards { .top-cards {
grid-template-columns: repeat(2, max-content); grid-template-columns: repeat(2, max-content);
} }
.bottom-cards {
grid-template-columns: repeat(2,max-content);
}
} }
@media screen and (max-width:768px) { @media screen and (max-width:768px) {
@ -196,6 +200,10 @@ body {
padding: 32px 43px 32px 24x; padding: 32px 43px 32px 24x;
align-items: center; align-items: center;
} }
.bottom-cards {
grid-template-columns: 1fr;
}
} }
@media screen and (min-width: 415px) { @media screen and (min-width: 415px) {
@ -207,4 +215,8 @@ body {
.main-banner-desktop { .main-banner-desktop {
display: none; display: none;
} }
.bottom-cards {
padding: 80px 24px 98px 24px;
}
} }