TRI-283: end p_mover_landing_page

This commit is contained in:
2024-11-21 19:49:38 +03:00
parent 7a345a6c80
commit 8de6676b40
18 changed files with 567 additions and 17 deletions

View File

@@ -20,6 +20,12 @@
}
}
@media (max-width: 479.98px) {
.uses {
margin-bottom: 199px;
}
}
.uses__grid {
text-align: left;
display: grid;
@@ -35,6 +41,13 @@
}
}
@media (max-width: 479.98px) {
.uses__grid {
display: block;
text-align: center;
}
}
.uses__item {
min-height: 50px;
margin-bottom: 19px;
@@ -82,3 +95,9 @@
margin-bottom: 39px;
}
}
@media (max-width: 479.98px) {
.uses .title {
margin-bottom: 30px;
}
}