Skip to content

Commit

Permalink
Update navigation bar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPHAAAL committed Oct 24, 2024
1 parent e3f93c3 commit d6af85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Link } from "react-router-dom";

export default function NavigationBar() {
return (
<div className="hidden px-4 sm:flex sm:justify-between text-center fixed bottom-5 left-[50%] ml-[-150px] bg-slate-400 dark:bg-stone-400 w-[300px] h-[50px]">
<div className="rounded-xl hidden px-4 sm:flex sm:justify-between text-center fixed bottom-5 left-[50%] ml-[-150px] bg-slate-400 dark:bg-stone-400 w-[300px] h-[50px]">
<Link className="hover:bg-stone-800 w-[33%] h-full leading-[50px]" to="/about">About</Link>
<Link className="hover:bg-stone-800 w-[33%] h-full leading-[50px]" to="/gallery">Gallery</Link>
<Link className="hover:bg-stone-800 w-[33%] h-full leading-[50px]" to="/blog">Blog</Link>
Expand Down

0 comments on commit d6af85f

Please sign in to comment.