- homepage mobile

This commit is contained in:
Peter Papp
2021-04-05 18:00:54 +02:00
parent 399748b01a
commit 2ca4d4a02d
8 changed files with 381 additions and 54 deletions
@@ -231,6 +231,11 @@
}
@media only screen and (max-width: 960px) {
.oasis-about-us .content-wrapper {
margin-bottom: -220px;
}
.info-list {
margin: 65px 0;
@@ -240,7 +245,7 @@
margin-bottom: 40px;
.description {
max-width: 700px;
max-width: 540px;
@include font-size(19);
color: $text-primary;
font-weight: 800;
@@ -249,4 +254,32 @@
}
}
}
@media only screen and (max-width: 760px) {
.oasis-about-us {
padding-top: 30px;
.content-wrapper {
margin-bottom: -70px;
}
}
.info-list {
margin: 35px 0;
}
.clouds .cloud {
&:nth-child(3),
&:nth-child(4) {
display: none;
}
&:nth-child(2) {
left: 3%;
top: 86%;
@include transform(scale(0.35));
}
}
}
</style>