TRI-283: end adaptive 1920 + start header

This commit is contained in:
2024-11-19 00:25:47 +03:00
parent da6f47f439
commit 4996d02f71
36 changed files with 2118 additions and 384 deletions

View File

@@ -1,12 +1,18 @@
.uses {
margin-bottom: 122px;
@media (min-width: 1720px) {
margin-bottom: 136px;
}
&__grid {
text-align: left;
display: grid;
grid-template-columns: repeat(3, 1fr);
/* max-width: 101.5%; */
/* width: 101.5%; */
}
@@ -14,12 +20,23 @@
min-height: 50px;
margin-bottom: 43px;
padding: 0 50px 0 2px;
@media (min-width: 1720px) {
margin-bottom: 22px;
}
}
&__icon {
margin-bottom: 11px;
@media (min-width: 1720px) {
width: 147px;
height: 147px;
margin-bottom: 20px;
}
}
.title {
max-width: 50%;
margin: 0 auto 60px;