Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriofrsouza committed Nov 11, 2021
1 parent 673f68b commit 9f246fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
-webkit-font-smoothing: antialiased;
}

html,
body {
height: 100%;
font-family: 'Ubuntu', sans-serif;
-webkit-font-smoothing: antialiased;
}

body {
Expand Down

0 comments on commit 9f246fd

Please sign in to comment.