diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index dc8a146..033a1c8 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -100,11 +100,14 @@ watch(() => route.params.target, () => { position: absolute; right: 0; bottom: 0; - font-size: 5rem; border-radius: 50%; border: 1px solid white; background: white; padding: 0.5rem; line-height: 1; + font-size: 0; + svg { + font-size: 5rem; + } } \ No newline at end of file