From dd6dbc234b19ab4cf34ca36514042da6c174e17c Mon Sep 17 00:00:00 2001 From: Azita Rahimi Date: Sat, 13 Jun 2026 11:14:22 +0330 Subject: [PATCH] header-back-mobile --- homepage.html | 5 +++++ src/assets/css/homepage-responsive.css | 4 +++- src/assets/css/homepage.css | 16 ++++++++++++---- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/homepage.html b/homepage.html index 2ddec3f..10322e5 100644 --- a/homepage.html +++ b/homepage.html @@ -57,6 +57,9 @@
+
+ +
+ + diff --git a/src/assets/css/homepage-responsive.css b/src/assets/css/homepage-responsive.css index 9dc4732..54d9b01 100644 --- a/src/assets/css/homepage-responsive.css +++ b/src/assets/css/homepage-responsive.css @@ -231,7 +231,9 @@ .header-phone { display: none; } - + .hero-header{ + height: 78px; + } .header-menu-toggle { display: flex; diff --git a/src/assets/css/homepage.css b/src/assets/css/homepage.css index 967f27f..59adce6 100644 --- a/src/assets/css/homepage.css +++ b/src/assets/css/homepage.css @@ -121,15 +121,19 @@ section > .container { .header-mobile-menu { position: fixed; - inset: 0; - background: #ffffff; + top: 0; + right: 0; + width: 100%; + height: 100dvh; + background: #ffffff !important; display: none; flex-direction: column; - z-index: 900; + z-index: 1002; } .header-mobile-menu.active { display: flex; + } .header-mobile-top { @@ -203,7 +207,10 @@ section > .container { justify-content: space-between; padding: 0 20px; } - +.header-mobile-back{ + background-color: #ffffff; + +} .header-mobile-socials { display: flex; gap: 18px; @@ -321,6 +328,7 @@ section > .container { top: 0; left: 0; width: 100%; + height: 80px; background: transparent !important; opacity: 0; transform: translateY(-100px);