Skip to content

Commit

Permalink
Style tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Ugolini committed Mar 31, 2023
1 parent 79d57d6 commit ca2ca29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
html {
height: 100%;
}

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
height: 100%;
letter-spacing: 1px;
margin: 0px;
padding: 0px;
Expand All @@ -14,7 +19,7 @@ body {
display: flex;
flex-direction: column;
margin: 0px;
min-height: 100vh;
height: 100%;
padding: 0px;
width: 100%;
}
Expand Down

0 comments on commit ca2ca29

Please sign in to comment.