fine-tune font size
This commit is contained in:
parent
40d1014269
commit
3ee4b84ad4
1 changed files with 6 additions and 4 deletions
|
@ -53,10 +53,12 @@ p, code, ul, ol {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
main {
|
||||
p, code, ul, ol {
|
||||
font-size: 1.3rem;
|
||||
line-height: 2rem;
|
||||
@media(min-width: $content-width) {
|
||||
main {
|
||||
p, code, ul, ol {
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue