From 70c0d8c9185324b2e989b1ca228d171f4c8cd643 Mon Sep 17 00:00:00 2001 From: techmannih Date: Thu, 20 Jul 2023 14:20:48 +0530 Subject: [PATCH 1/2] adding event section --- Gallary-section/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gallary-section/index.html b/Gallary-section/index.html index a98a543..53fb139 100644 --- a/Gallary-section/index.html +++ b/Gallary-section/index.html @@ -25,6 +25,8 @@
  • Placements
  • Contacts
  • Syllabus
  • + +
  • Events
  • From 7cc172d3c4c839c20cf24925813502983df67f2b Mon Sep 17 00:00:00 2001 From: techmannih Date: Fri, 21 Jul 2023 10:12:41 +0530 Subject: [PATCH 2/2] Fix:content is overlaping --- Gallary-section/index.html | 3 +-- Gallary-section/style.css | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gallary-section/index.html b/Gallary-section/index.html index 53fb139..3ca9081 100644 --- a/Gallary-section/index.html +++ b/Gallary-section/index.html @@ -25,8 +25,7 @@
  • Placements
  • Contacts
  • Syllabus
  • - -
  • Events
  • +
  • Events
  • diff --git a/Gallary-section/style.css b/Gallary-section/style.css index aebfb41..9efa31c 100644 --- a/Gallary-section/style.css +++ b/Gallary-section/style.css @@ -69,8 +69,10 @@ body::-webkit-scrollbar-thumb { } .navbar { - height: 88px; - min-width: 99.35vw; + /* height: 88px; */ + /* min-width: 99.35vw; */ + height: 100%; + width: 100%; margin: -15px 0 0 -1px; background: #131C2B; display: flex;