6 lines
95 B
CSS
6 lines
95 B
CSS
.root {
|
|
composes: g-grid-container from global;
|
|
margin-top: 72px;
|
|
margin-bottom: 72px;
|
|
}
|