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;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
@media(min-width: $content-width) {
|
||||||
p, code, ul, ol {
|
main {
|
||||||
font-size: 1.3rem;
|
p, code, ul, ol {
|
||||||
line-height: 2rem;
|
font-size: 1.2rem;
|
||||||
|
line-height: 1.8rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue