mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
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;
|
||
|
}
|
||
|
}
|