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