diff --git a/components/game/card/ChampionSmall.vue b/components/game/card/ChampionSmall.vue index 9e92c88..32f2718 100644 --- a/components/game/card/ChampionSmall.vue +++ b/components/game/card/ChampionSmall.vue @@ -67,10 +67,13 @@ const active = ref(false); :class="{ active }" > @@ -84,6 +87,7 @@ const active = ref(false); .champion_small { z-index: 10; width: 100%; + margin-top: 10px; } .champion_small_svg {