fine-tune font size

This commit is contained in:
anna 2021-02-11 22:22:23 +01:00
parent 40d1014269
commit 3ee4b84ad4
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -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;
}
} }
} }