From 452abde808bdafafba7db564a60fa436d5be9091 Mon Sep 17 00:00:00 2001 From: ygowthamr Date: Thu, 7 Nov 2024 20:46:47 +0530 Subject: [PATCH 1/4] Added some alignment changes in mobile view --- public/css/style.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 886fb6f..d27a91f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1264,7 +1264,7 @@ h3 { @media (max-width: 740px) { .premium-boxes { - width: 40vw; + width: 85vw; } } @@ -1730,6 +1730,31 @@ ul { width: 48%; margin-bottom: 40px; } + .stakeholder-grid { + display: block; + } + .paper-info { + width: 93vw; + border-radius: 15px; + margin-bottom: 2vh; + } + .premium-boxes:nth-child(2) { + position: relative; + /* top: 50%; */ + z-index: 1; + overflow: hidden; + } + .premium_animation1 { + left: 0%; + } + .premium_animation2 { + left: 0%; + } + .custom-social-links1 { + display: flex; + justify-content: center; + flex-direction: row !important; + } } @media (max-width: 574px) { From 41ff069b71c9b3e6a4f50989fac35d49cc4c5bd3 Mon Sep 17 00:00:00 2001 From: ygowthamr Date: Fri, 8 Nov 2024 17:50:51 +0530 Subject: [PATCH 2/4] Added requested changes in the css --- public/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index d27a91f..9ac6a0b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1064,6 +1064,10 @@ main { top: 6%; right: 1%; } + .HamBurger { + display: block; + left: 10px; +} } /* boxes styling */ @@ -1755,6 +1759,9 @@ ul { justify-content: center; flex-direction: row !important; } + .box { + width: auto; + } } @media (max-width: 574px) { From 16deff49f333617c10484bded69491f9bd45b583 Mon Sep 17 00:00:00 2001 From: ygowthamr Date: Sat, 9 Nov 2024 21:21:12 +0530 Subject: [PATCH 3/4] Updated some more styles --- public/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 9ac6a0b..b79f9ed 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1178,6 +1178,19 @@ h3 { .join_boxes { width: 30vw; } + .stakeholder-grid { + display: block !important; + } + .paper-info { + width: 96vw !important; + margin-bottom:2vw; + } + .HamBurger { + display: block; + } + .footer-col { + width: auto !important; + } } @media (max-width: 800px) { .join_boxes { From 47478fb7affef9b7e4a7b95eeea028764ae2fcf7 Mon Sep 17 00:00:00 2001 From: ygowthamr Date: Sun, 10 Nov 2024 09:53:07 +0530 Subject: [PATCH 4/4] Made hamburger menu visible while scrolling --- public/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index b79f9ed..6ec3405 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1191,6 +1191,9 @@ h3 { .footer-col { width: auto !important; } + nav { + display: flex; + } } @media (max-width: 800px) { .join_boxes {