Skip to content

Commit

Permalink
Fixed styling issues in navbar-gabrysia694#275
Browse files Browse the repository at this point in the history
  • Loading branch information
swayamvasavada committed Feb 27, 2024
1 parent 3a2f5c0 commit c3545b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export default function Navbar() {
<nav
aria-label="Site Nav"
className="flex items-center justify-between max-w-8xl p-4 mx-auto sticky top-0 bg-light z-10 border-b drop-shadow-sm"
style={{
backgroundColor: theme.background
}}
>
<a href="/">
<img
Expand Down

0 comments on commit c3545b8

Please sign in to comment.