Some more initial changes

This commit is contained in:
Jonathan Carter
2024-12-08 16:55:03 +02:00
parent a61cc67a34
commit 4bc89c5d2b
24 changed files with 53 additions and 117 deletions

View File

@@ -0,0 +1,13 @@
body {
display: flex;
font-family: Noto Sans;
min-width: 1150px;
min-height: 600px;
overflow: hidden;
}
html {
/* Overwrite the white that is set by bulma.css */
background-color: transparent;
}