fix: remove min-h-screen from layout
This commit is contained in:
parent
fc8c5947a0
commit
b512b29808
4 changed files with 6 additions and 7 deletions
|
@ -33,7 +33,9 @@ const currentPath = pathname.replace(/\/$/, "");
|
|||
);
|
||||
})
|
||||
}
|
||||
<Button href={`mailto:${SITE.EMAIL}`} link="Email" />
|
||||
<li>
|
||||
<Button href={`mailto:${SITE.EMAIL}`} link="Email" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue