10 lines
118 B
CSS
10 lines
118 B
CSS
|
.root {
|
||
|
composes: .g-container from global;
|
||
|
margin-top: 72px;
|
||
|
margin-bottom: 72px;
|
||
|
}
|
||
|
|
||
|
.logo {
|
||
|
width: 105px;
|
||
|
}
|