Skip to content

Commit

Permalink
center vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
martincham committed Oct 14, 2024
1 parent 352ea04 commit 5e4203d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const App: React.FC = () => {
</Link>
<div className="flex justify-end space-x-2">
{/* Mode Toggle */}
<div className="ml-auto z-50">
<div className="ml-auto z-50 flex items-center justify-center">
<DarkSwitch />
</div>
{/* Mobile Hamburger Menu */}
Expand Down

0 comments on commit 5e4203d

Please sign in to comment.