Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 06bf2fb

Browse files
author
Manuel Proß
committed
feat(web): add more height to footer divider
1 parent 49aa916 commit 06bf2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Layout/Footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function Footer() {
66
<a className="link" href="/impressum">
77
Impressum
88
</a>
9-
<span className="border-x-2 border-primary h-9 mx-[48px] w-0" />
9+
<span className="border-x-2 border-primary h-16 mx-[48px] w-0" />
1010
<a className="link" href="/copyright">
1111
Copyright
1212
</a>

0 commit comments

Comments
 (0)