Skip to content

Commit f7cdf64

Browse files
committed
fix: add letter spacing in open source component
1 parent bad328c commit f7cdf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/homepage/OpenSource.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { useTranslation } from "next-i18next";
1313
export default function OpenSource() {
1414
const { t } = useTranslation();
1515
return (
16-
<div className="text-4xl lg:text-5xl leading-10 lg:leading-11 pt-24 flex flex-col text-wrap space-y-2">
16+
<div className="text-4xl lg:text-5xl leading-10 lg:leading-11 pt-24 flex flex-col text-wrap space-y-2 -tracking-2 md:-tracking-6 xl:-tracking-2">
1717
<p >
1818
{t("footer.open.source")}
1919
<br className="block md:hidden lg:block" />

0 commit comments

Comments
 (0)