Remove logo from navbar, hide navbar on mobile

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-06-28 23:42:44 +02:00
parent d62232b83b
commit 5d4bbce324
8 changed files with 35 additions and 56 deletions

View File

@ -148,7 +148,7 @@ const Search = (props: ISearch) => {
return (
<div
className={clsx('w-full', {
'sticky top-[124px] z-10 bg-white/90 backdrop-blur black:bg-black/80 dark:bg-primary-900/90': !openInRoute,
'sticky top-[76px] z-10 bg-white/90 backdrop-blur black:bg-black/80 dark:bg-primary-900/90': !openInRoute,
})}
>
<label htmlFor='search' className='sr-only'>{intl.formatMessage(messages.placeholder)}</label>