Make the nav logo slightly smaller
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m3s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m3s
This commit is contained in:
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 */}
|
||||||
|
Loading…
Reference in New Issue
Block a user