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

View File

@ -76,4 +76,32 @@ body {
.main-banner-desktop {
display: none;
}
}
@media screen and (max-width:768px) {
.top-infocard {
flex-direction: column;
padding: 90px 0 0 0;
}
.top-infocard-subtitle {
font-size: 20px;
}
.top-infocard-title {
margin-bottom: 20px;
font-size: 28px;
}
.top-infocard-description {
padding: 0 28px 0 28px;
text-align: center;
}
.top-infocard-image {
width: 100%;
max-width: 240px;
padding-top: 64px;
padding-bottom: 90px;
}
}