From d1c7d730e8e555dd072c5f6079d6b270acfa8326 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 1 Jul 2024 11:02:50 +0300 Subject: [PATCH] fix text --- front/src/components/Promo/main.vue | 6 +++--- front/src/components/Promo/sidebar.vue | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index 372a892..ffb6353 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -100,8 +100,8 @@ watch(() => route.params.target, () => { .homelink { position: absolute; - right: 0; - bottom: 0; + right: 2rem; + bottom: 2rem; svg { font-size: 3rem; @@ -109,7 +109,7 @@ watch(() => route.params.target, () => { } a { - margin-bottom: 2rem; + margin-top: 2rem; border-radius: 50%; border: 1px solid white; background: white; diff --git a/front/src/components/Promo/sidebar.vue b/front/src/components/Promo/sidebar.vue index 34924e3..a7294bd 100644 --- a/front/src/components/Promo/sidebar.vue +++ b/front/src/components/Promo/sidebar.vue @@ -29,7 +29,9 @@ const sidebar_obj = ref()