9 lines
131 B
CSS
9 lines
131 B
CSS
.root {
|
|
max-width: var(--site-max-width);
|
|
margin: 72px auto;
|
|
|
|
& :global(.g-section-header) {
|
|
margin-bottom: 100px;
|
|
}
|
|
}
|