10 lines
159 B
CSS
10 lines
159 B
CSS
|
.root {
|
||
|
composes: g-grid-container from global;
|
||
|
margin-top: 72px;
|
||
|
margin-bottom: 72px;
|
||
|
|
||
|
& :global(.g-section-header) {
|
||
|
margin-bottom: 100px;
|
||
|
}
|
||
|
}
|