diff --git a/frontend/src/vues/GameDetails.vue b/frontend/src/vues/GameDetails.vue index f4ca039..b4427d6 100644 --- a/frontend/src/vues/GameDetails.vue +++ b/frontend/src/vues/GameDetails.vue @@ -19,8 +19,6 @@
{{ game.payoutIP }} IP
{{ game.payoutLoot }}
- - @@ -70,6 +68,9 @@ .character-list { margin: 20px; + h3 { + margin-bottom: 10px; + } }