From e92d0942efa63a56bda65e8f5fdc4a61a50a57c8 Mon Sep 17 00:00:00 2001 From: HAM!DREZA Date: Tue, 5 Nov 2024 14:29:57 +0330 Subject: [PATCH] fix: mobile menu --- components/OffcanvasMenu.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/components/OffcanvasMenu.vue b/components/OffcanvasMenu.vue index 64892a2..8e12ad5 100644 --- a/components/OffcanvasMenu.vue +++ b/components/OffcanvasMenu.vue @@ -30,11 +30,14 @@
  • - - منوی رستوران + - منوی رستوران برگ
  • - - منو کترینگ + - منو کترینگ برگ
  • +
  • + - منو کترینگ نمایشگاهی +
  • - منو کترینگ شرکت ها
  • @@ -213,7 +216,7 @@ export default { align-items: center; width: 100%; text-align: center; - +padding: 5px; transition: 1s ease-out; color: white; } @@ -235,7 +238,7 @@ width: 100%; align-items: center; width: 100%; text-align: center; - + padding: 6px; transition: 1s ease-out; color: white; }