From d0354d72aa5cc8efcbb60699bf8b0fdd018612d6 Mon Sep 17 00:00:00 2001 From: adarsh Date: Tue, 16 Apr 2024 12:31:59 +0530 Subject: [PATCH] upd mobile menu btn --- responsive.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/responsive.css b/responsive.css index 9ee71b4..ec3ddf0 100644 --- a/responsive.css +++ b/responsive.css @@ -106,6 +106,11 @@ } } @media only screen and (max-width: 480px) and (min-width: 300px) { + .sub-box{ + flex-direction: column; + /* justify-content: center; */ + align-items: center; + } .me { color: aliceblue; } @@ -120,7 +125,7 @@ position: fixed; width: 100%; height: 100vh; - background: rgba(19, 46, 70, 0.97); + background: var(--gray); top: 80px; left: -100%; text-align: center; @@ -182,6 +187,10 @@ width: 37vw; margin-left: 2rem; } + .s-box-1{ + width: 85%; + + } .s-box-1-ins { padding: 18vw 3vw; }