refactor styles

This commit is contained in:
Tom Heaton
2024-06-17 15:28:43 +01:00
parent 10b9dea9a4
commit e4191beb79
4 changed files with 10 additions and 3 deletions

6
src/styles/globals.css Executable file
View File

@@ -0,0 +1,6 @@
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Encode Sans Expanded", sans-serif;
}