This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix nav padding

+5
+5
src/components/Navbar/Navbar.css
··· 312 312 text-align: left; /* Align text to the left */ 313 313 } 314 314 315 + .dropdown-menu { 316 + padding-top: 10px !important; 317 + padding-bottom: 10px !important; 318 + } 319 + 315 320 /* Adjust hover state for dropdown items */ 316 321 .dropdown-menu li a:hover { 317 322 background-color: rgba(59, 154, 248, 0.1);