6 lines
92 B
CSS
6 lines
92 B
CSS
.root {
|
|
composes: g-grid-container from global;
|
|
max-width: 950px;
|
|
margin-top: 90px;
|
|
}
|