Skip to content

Commit

Permalink
font size tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Aug 19, 2024
1 parent ac7d892 commit f38cf80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
margin: auto;
padding: 1em;
line-height: 1.4;
font-size: 16px;
font-size: 15px;
overflow-y: scroll;
}

Expand Down Expand Up @@ -108,6 +108,6 @@ thead, tfoot, tr:nth-child(even) { background: #eee; }
.posts-list {
white-space: nowrap;
overflow-x: auto;
font-size: 85%;
font-size: 80%;
}
}

0 comments on commit f38cf80

Please sign in to comment.