15 lines
155 B
SCSS
15 lines
155 B
SCSS
|
// Layout
|
||
|
|
||
|
.s2-docs-container {
|
||
|
line-height: 1.6;
|
||
|
}
|
||
|
|
||
|
section {
|
||
|
margin-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
.page-header {
|
||
|
padding-bottom: 19px;
|
||
|
margin-bottom: 29px;
|
||
|
}
|