From 704090a5e12df2d017584cf050fc969243ac4932 Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 16 Dec 2023 14:42:47 +0300 Subject: [PATCH] changed template and margin for menu-mobile --- .../css/ComponentsStyles/AdaptiveStyles/menumobile.css | 6 +++++- .../adaptive-components/MenuMobileComponent.vue | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/AdaptiveStyles/menumobile.css b/luckydiamond/src/assets/css/ComponentsStyles/AdaptiveStyles/menumobile.css index c3b2979..c2a7f28 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/AdaptiveStyles/menumobile.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/AdaptiveStyles/menumobile.css @@ -26,8 +26,12 @@ width: 100%; } +.icon-start { + margin-left: 8%; +} + .icon-end { - margin-left: 1.5em; + margin-left: 9%; } .icon-center { diff --git a/luckydiamond/src/components/adaptive-components/MenuMobileComponent.vue b/luckydiamond/src/components/adaptive-components/MenuMobileComponent.vue index 5b83738..b086aa6 100644 --- a/luckydiamond/src/components/adaptive-components/MenuMobileComponent.vue +++ b/luckydiamond/src/components/adaptive-components/MenuMobileComponent.vue @@ -2,11 +2,11 @@