experimental css changes

This commit is contained in:
2024-05-01 14:26:20 +02:00
parent 7536f0e3d5
commit 55c6b47767
6 changed files with 60 additions and 22 deletions
+6
View File
@@ -18,3 +18,9 @@ let username = ref<string>('legonzaur')
<GameBoard></GameBoard>
</div>
</template>
<style>
html {
text-align: center;
}
</style>