Skip to content

Commit ae337e5

Browse files
committed
tweak font sizes
1 parent 5cb8ae9 commit ae337e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/hugo-xmin/static/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body {
88

99
p {
1010
line-height: 1.6em;
11+
font-size: 1.2em;
1112
}
1213

1314
li {
@@ -37,8 +38,12 @@ pre {
3738
border-top: 1px solid #e4e4e4;
3839
border-bottom: 1px solid #e4e4e4;
3940
padding: 1em;
41+
background: #f8f8f8;
4042
overflow-x: auto;
43+
font-size: 1.1em;
44+
/*width: 150%;*/
4145
}
46+
4247
code {
4348
background: none; /*#ddd; */
4449
}

0 commit comments

Comments
 (0)