diff --git a/Gallary-section/index.html b/Gallary-section/index.html index a98a543..3ca9081 100644 --- a/Gallary-section/index.html +++ b/Gallary-section/index.html @@ -25,6 +25,7 @@
  • Placements
  • Contacts
  • Syllabus
  • +
  • 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;