From 469ace07bbe9ec1bbe66d2937ed6b22bfc5588c1 Mon Sep 17 00:00:00 2001 From: Julia Date: Fri, 8 Dec 2023 16:42:19 +0400 Subject: [PATCH] layout fix + emails update --- src/components/DevicesItem.vue | 8 ++----- src/components/Share.vue | 12 ++++++++--- src/components/ShareItem.vue | 3 ++- src/components/TelegramItem.vue | 3 ++- src/data/contact.yaml | 38 +++++++++++++++++++++++++++++++++ src/pages/contact.vue | 4 ++++ 6 files changed, 57 insertions(+), 11 deletions(-) diff --git a/src/components/DevicesItem.vue b/src/components/DevicesItem.vue index e260e7fe7e3..c8eb080c879 100644 --- a/src/components/DevicesItem.vue +++ b/src/components/DevicesItem.vue @@ -5,8 +5,8 @@

{{ text }}

@@ -102,10 +102,6 @@ export default { flex-direction: column; } - .products__links .devices__link { - width: 100%; - } - .product__release { font-weight: 600; text-transform: uppercase; diff --git a/src/components/Share.vue b/src/components/Share.vue index 92f01ec3c93..a5b2d11c070 100644 --- a/src/components/Share.vue +++ b/src/components/Share.vue @@ -2,10 +2,16 @@