Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit bd36c01

Browse files
committed
style: adjust footer text alignment
1 parent 0cb2613 commit bd36c01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Footer.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ function Footer() {
55
<div className="ml-5 flex w-fit self-center">
66
<svg
77
xmlns="http://www.w3.org/2000/svg"
8-
width="14"
9-
height="14"
8+
width="20"
9+
height="20"
1010
viewBox="0 0 35 35"
1111
fill="none"
1212
className="mr-2 self-center fill-slate-300"
@@ -21,7 +21,7 @@ function Footer() {
2121
</clipPath>
2222
</defs>
2323
</svg>
24-
<div className="self-center font-fkDisplay text-xs">
24+
<div className="self-center mt-0.5 font-fkDisplay text-xs">
2525
<a
2626
href="https://creativecommons.org/licenses/by-sa/4.0/"
2727
target="_blank"

0 commit comments

Comments
 (0)