Fix lint
This commit is contained in:
parent
444a07cf5f
commit
71b641151e
1 changed files with 2 additions and 2 deletions
|
@ -62,13 +62,13 @@ body.footer, body.header {
|
||||||
|
|
||||||
body.tocs {
|
body.tocs {
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 45px;
|
margin-bottom: 45px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
border-bottom: 1px dashed black;
|
|
||||||
margin-bottom: $font-size-base;
|
margin-bottom: $font-size-base;
|
||||||
|
border-bottom: 1px dashed black;
|
||||||
font-size: $font-size-base * 1.5;
|
font-size: $font-size-base * 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue