More font-size fixes
This commit is contained in:
parent
6de5db8485
commit
7bea868899
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ main .content ul {
|
|||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
main .content p {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
main .content code, .codehilite {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue