From b92eb4b9010a67945cdac837282ed429d2fc7cd4 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 4 Aug 2024 10:29:25 +0200 Subject: [PATCH] fix : unify font for champion preview --- components/game/card/ChampionSmall.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {