From 38d50007b8b37b30650bcb2540fa3d8f33f4b677 Mon Sep 17 00:00:00 2001 From: serhiyserhiychuk <141840178+serhiyserhiychuk@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:16:52 +0300 Subject: [PATCH] Mobile Menu Correction --- src/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/header.css b/src/css/header.css index a5e2730..748517c 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -71,10 +71,10 @@ .header-mobile-menu { position: fixed; z-index: 9999999; - width: 100%; + width: 75%; height: 100%; top: 0; - left: 0; + right: 0; background: #ecd979; background-image: url(/img/moblie-menu/mobile-menu.png); background-repeat: no-repeat;