Skip to content

Commit

Permalink
tweak font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Jun 21, 2017
1 parent 5cb8ae9 commit ae337e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/hugo-xmin/static/css/style.css
Expand Up @@ -8,6 +8,7 @@ body {

p {
line-height: 1.6em;
font-size: 1.2em;
}

li {
Expand Down Expand Up @@ -37,8 +38,12 @@ pre {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
padding: 1em;
background: #f8f8f8;
overflow-x: auto;
font-size: 1.1em;
/*width: 150%;*/
}

code {
background: none; /*#ddd; */
}
Expand Down

0 comments on commit ae337e5

Please sign in to comment.