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

Commit 49aa916

Browse files
author
Manuel Proß
committed
refactor(web): remove padding bottom from footer
1 parent 12b7d78 commit 49aa916

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
@@ -2,7 +2,7 @@ import React from "react";
22

33
export default function Footer() {
44
return (
5-
<footer className="w-full flex justify-center items-center pb-3">
5+
<footer className="w-full flex justify-center items-center">
66
<a className="link" href="/impressum">
77
Impressum
88
</a>

0 commit comments

Comments
 (0)