We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95b9aa commit 89b8d99Copy full SHA for 89b8d99
src/components/Navbar.tsx
@@ -10,7 +10,7 @@ const Navbar: React.FC = () => {
10
<Link to="/" className="text-2xl font-semibold">
11
Scott Murray
12
</Link>
13
- <div className="hidden md:flex space-x-4">
+ <div className="hidden md:flex space-x-4 my-auto">
14
<Link to="/" className="text-lg" data-testid="NonMobileHome">
15
Home
16
@@ -22,7 +22,7 @@ const Navbar: React.FC = () => {
22
23
</div>
24
<div
25
- className="md:hidden cursor-pointer"
+ className="md:hidden cursor-pointer my-auto"
26
data-testid="MobileMenuButton"
27
onClick={() => setIsOpen(!isOpen)}
28
>
0 commit comments