TRI-283: end pade move
This commit is contained in:
28
styles/moover/uses.scss
Normal file
28
styles/moover/uses.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.uses {
|
||||
margin-bottom: 122px;
|
||||
|
||||
&__grid {
|
||||
text-align: left;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
/* max-width: 101.5%; */
|
||||
/* width: 101.5%; */
|
||||
}
|
||||
|
||||
|
||||
&__item {
|
||||
min-height: 50px;
|
||||
margin-bottom: 43px;
|
||||
padding: 0 50px 0 2px;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
.title {
|
||||
max-width: 50%;
|
||||
margin: 0 auto 60px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user