Skip to content

Commit

Permalink
refactor: πŸ’‘ Updated Navbar.css with the requested changes
Browse files Browse the repository at this point in the history
βœ… Closes: 4darsh-Dev#10
  • Loading branch information
yashksaini-coder committed Sep 30, 2024
1 parent 511dc00 commit c739107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
justify-content: space-between;
padding: 1rem 2rem;
background: transparent;
font-size: 1.25rem;
font-size: 1.1rem;
}

.navbar-logo {
display: flex;
align-items: center;
font-size: 2rem;
font-size: 1.6rem;
font-weight: bold;
color: white;
text-shadow: 0 0 10px #fff, 0 0 20px #ff00ff, 0 0 30px #ff00ff, 0 0 40px #ff00ff;
Expand Down

0 comments on commit c739107

Please sign in to comment.