Skip to content

Commit 33189c9

Browse files
committed
Set footer text font size to 10px
- Replace text-xs Tailwind class with custom fontSize: 10px style - Makes footer text smaller and more subtle - Applied to sf-footer-text paragraph element - Maintains all other styling (font-family, weight, color, opacity)
1 parent f7f068f commit 33189c9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

components/Footer.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ export default function Footer() {
9393
<div className="sf-footer-bottom flex flex-row items-center justify-center gap-4">
9494
{/* Main text */}
9595
<div className="sf-footer-text text-center">
96-
<p className="font-dm-mono font-light text-sf-fg-default text-xs opacity-50">
96+
<p
97+
className="font-dm-mono font-light text-sf-fg-default opacity-50"
98+
style={{ fontSize: "10px" }}
99+
>
97100
made by{" "}
98101
<span className="font-dm-mono font-normal">burak başcı</span>{" "}
99102
with <span className="font-dm-mono font-normal">figma</span> &{" "}

0 commit comments

Comments
 (0)