frontend: styling

This commit is contained in:
Lennart
2024-11-10 13:32:13 +01:00
parent 130d8b00ab
commit 9cc2b37a2e
3 changed files with 32 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
body {
font-family: sans-serif;
}
* {
box-sizing: border-box;
}