From 82a090a0b4d9cc029ac2da730e06a2fe8907a72a Mon Sep 17 00:00:00 2001 From: zahrarahimi2 Date: Wed, 8 Jul 2026 09:12:51 +0330 Subject: [PATCH] popup response --- src/assets/css/portfolio-responsive.css | 4 ++++ src/assets/css/portfolio.css | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/assets/css/portfolio-responsive.css b/src/assets/css/portfolio-responsive.css index 2850558..8d443ae 100644 --- a/src/assets/css/portfolio-responsive.css +++ b/src/assets/css/portfolio-responsive.css @@ -343,6 +343,10 @@ font-size: 12px; padding: 7px 10px; white-space: nowrap; + } + .portfolio-logo-wrapper { + /* width: 550px !important; */ + max-width: 550px !important; } .portfolio-scroll-track { transform: translateX(-50%); diff --git a/src/assets/css/portfolio.css b/src/assets/css/portfolio.css index d0a5749..379b4bd 100644 --- a/src/assets/css/portfolio.css +++ b/src/assets/css/portfolio.css @@ -378,7 +378,7 @@ section[class*='-section'] { display: flex; justify-content: center; align-items: center; - z-index: 999; + z-index: 9999; opacity: 0; visibility: hidden; transition: 0.35s ease; @@ -509,7 +509,7 @@ section[class*='-section'] { position: absolute; top: -40px; left: 0; - width: 35px; + width: 29px; height: 40px; background: transparent; border-bottom-left-radius: 7px;