Make the nav logo slightly smaller
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m3s

This commit is contained in:
Braydon 2024-04-21 12:40:30 -04:00
parent ee6a20054c
commit 75fabe648e

@ -32,8 +32,8 @@ const Navbar = (): ReactElement => {
className="lg:hidden" className="lg:hidden"
src="/media/logo.png" src="/media/logo.png"
alt="Site Logo" alt="Site Logo"
width={42} width={38}
height={42} height={38}
/> />
{/* Large Screens */} {/* Large Screens */}