header: shrink logo link to 70% of header height so it stops clipping at smaller breakpoints
Build & Deploy unom website / build (push) Successful in 10s
Build & Deploy unom website / deploy (push) Successful in 5s

This commit is contained in:
2026-05-26 19:00:20 +02:00
parent a327a2daf3
commit 70bd04a3f6
+1 -1
View File
@@ -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>