smaller header in mobile size

This commit is contained in:
Martti Malmi
2023-11-29 15:57:46 +02:00
parent 7c63cf1ab5
commit 67af84e8bb
4 changed files with 2 additions and 11 deletions

View File

@ -82,7 +82,7 @@ export default function Index() {
function Header() {
return (
<header className="sticky top-0 md:hidden z-10 backdrop-blur-lg">
<header className="flex justify-between items-center self-stretch px-4 gap-6 sticky top-0 md:hidden z-10 bg-bg-color py-1">
<LogoHeader />
<AccountHeader />
</header>