Some fixes on font size
This commit is contained in:
parent
cece2bee68
commit
aec603f2e8
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ main .content ul {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
font-size: 0.85em;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
main .content code, .codehilite {
|
main .content code, .codehilite {
|
||||||
font-size: .85em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
|
|
Loading…
Reference in a new issue