mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 05:38:31 +08:00
Reduce code font size from 1.0rem to 0.9rem. Undo reduce font size from 1.0rem to 0.9rem.
This commit is contained in:
parent
95a43e807a
commit
2e00f8ef7e
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font: 0.9rem/1.4 "Source Serif Pro", serif;
|
||||
font: 1.0rem/1.4 "Source Serif Pro", serif;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
padding: 10px 15px 20px 15px;
|
||||
|
@ -169,6 +169,7 @@ code,
|
|||
pre,
|
||||
a.test-arrow {
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.docblock code,
|
||||
|
|
Loading…
Reference in a new issue