header: shrink logo link to 70% of header height so it stops clipping at smaller breakpoints
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Header() {
|
||||
<div className="flex flex-row justify-between items-center h-full w-full max-w-max-section m-auto px-section-main-x">
|
||||
<Link
|
||||
to="/"
|
||||
className="w-[120px] h-[120px] flex justify-center items-center rounded-3xl p-2 backdrop-blur-3xl"
|
||||
className="aspect-square h-[70%] flex justify-center items-center rounded-3xl p-3 backdrop-blur-3xl"
|
||||
>
|
||||
<Logo />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user