Skip to content

Commit

Permalink
updated nav style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 2, 2024
1 parent ee5121c commit 941474c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Nav() {
const [open, setOpen] = useState(false);

return (
<nav className="flex items-center justify-between bg-sitcon-color8 px-2 py-4">
<nav className="flex items-center justify-between bg-sitcon-color8 p-4">
<h1 className="bg-gradient-to-r from-[#385AACCC] via-[#946E34BF] via-60% to-[#462002] bg-clip-text text-xl font-bold text-transparent">
SITCON 2024
</h1>
Expand Down

0 comments on commit 941474c

Please sign in to comment.