alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix nav padding
author
damedotblog
date
1 year ago
(Feb 28, 2025, 2:16 AM -0500)
commit
f5e75b55
f5e75b5556c23816b11e513c5c7d93609fc35ed7
parent
d75704c9
d75704c9a9ed2f9225be20493191cc255e889567
+5
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Navbar
Navbar.css
+5
src/components/Navbar/Navbar.css
Reviewed
···
312
312
text-align: left; /* Align text to the left */
313
313
}
314
314
315
315
+
.dropdown-menu {
316
316
+
padding-top: 10px !important;
317
317
+
padding-bottom: 10px !important;
318
318
+
}
319
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);