Fixed style sheet for linter
This commit is contained in:
parent
db3c98961c
commit
40abcb238c
1 changed files with 4 additions and 1 deletions
|
@ -6,14 +6,17 @@ body.cover {
|
||||||
padding-top: 400px;
|
padding-top: 400px;
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& h3 {
|
& h3 {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& h4 {
|
& h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
font-size: 12px;
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue