small css changes

This commit is contained in:
2024-05-03 17:00:31 +02:00
parent 823baa4034
commit 77f44ec1db
6 changed files with 108 additions and 55 deletions
+4
View File
@@ -23,4 +23,8 @@ let username = ref<string>('legonzaur')
html {
text-align: center;
}
body {
margin: 0;
}
</style>