Make main text font-size bigger. (#222)

This commit is contained in:
XhmikosR
2020-02-10 07:08:35 +02:00
committed by GitHub
parent fd78e611b7
commit c016418fc9
+4 -1
View File
@@ -2,14 +2,17 @@ body,
input {
color: #000;
}
.md-nav {
font-size: 14px;
line-height: 1.4;
}
.md-typeset {
font-size: 14px;
font-size: .7rem;
line-height: 1.5;
}
.md-typeset code,
.md-typeset pre {
white-space: pre-wrap;