TRI-283: end adaptive 1920 + start header
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user