mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Rework mobile device detection
This commit is contained in:
@@ -92,7 +92,7 @@ export default function Header({ transparent = false }: { transparent?: boolean
|
||||
`}
|
||||
>
|
||||
<div className={`
|
||||
w-full hidden lg:flex flex-row items-center justify-center
|
||||
w-full hidden desk:flex flex-row items-center justify-center
|
||||
pointer-events-none
|
||||
${!isIndexPage ? 'bg-background md:bg-transparent' : ''}
|
||||
`}>
|
||||
|
||||
Reference in New Issue
Block a user