Skip to content

Commit cfc107c

Browse files
committed
fix: styles of footer
1 parent 1f5f5b9 commit cfc107c

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/components/footer.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,17 @@ export default function Footer() {
3535
</div>
3636
</div>
3737

38-
<div className="mt-8 flex flex-col items-center justify-between border-[oklch(0.984_0.003_247.858)/10] border-t pt-8 md:flex-row">
39-
<div className="flex flex-col">
38+
<div className="mt-8 flex flex-col items-center justify-between gap-4 border-[oklch(0.984_0.003_247.858)/10] border-t pt-8 md:flex-row md:gap-0">
39+
<div className="flex flex-col items-center md:items-start">
4040
<p className="text-foreground/70 text-sm">
41-
© {new Date().getFullYear()} Dominik Tóth
41+
© {new Date().getFullYear()}{" "}
42+
<a
43+
href="https://dominiktoth.com"
44+
target="_blank"
45+
rel="noreferrer noopener"
46+
>
47+
Dominik Tóth
48+
</a>
4249
</p>
4350
<p className="text-foreground/70 text-sm">{t("copyright")}</p>
4451
</div>

0 commit comments

Comments
 (0)