Skip to content

Commit

Permalink
index.html: Smaller font with less line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 authored Apr 29, 2024
1 parent 7a30262 commit 52c45cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
color: white;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
font-size: 2em;
font-size: 1.5em;
height: calc(100vh - 0.25em);
line-height: 1.25em;
overflow: hidden;
margin: 0 0.25em 0.125em;
}
Expand Down

0 comments on commit 52c45cf

Please sign in to comment.