fix navbar height
This commit is contained in:
parent
aecd3d9071
commit
70cf31b449
@ -8,7 +8,7 @@ const NavBar = ({ className, children, isSticky }) => {
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={classnames(
|
className={classnames(
|
||||||
'flex flex-row items-center bg-secondary-dark px-3 py-1 border-b-4 border-black',
|
'flex flex-row items-center bg-secondary-dark px-3 py-1 min-h-16 border-b-4 border-black',
|
||||||
isSticky && stickyClasses,
|
isSticky && stickyClasses,
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user