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
+1
View File
@@ -71,5 +71,6 @@ const isTurn = computed(() => goStore.self && goStore.game?.started && (goStore.
.cards_container {
display: flex;
flex-direction: row;
justify-content: center;
}
</style>