From 7ca915433a0506b44ce4a4f3cc2f9fe2faf3d7c5 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Fri, 28 Jun 2024 17:09:43 +0300 Subject: [PATCH] homelink --- front/src/components/Promo/main.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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