We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad328c commit f7cdf64Copy full SHA for f7cdf64
src/components/sections/homepage/OpenSource.tsx
@@ -13,7 +13,7 @@ import { useTranslation } from "next-i18next";
13
export default function OpenSource() {
14
const { t } = useTranslation();
15
return (
16
- <div className="text-4xl lg:text-5xl leading-10 lg:leading-11 pt-24 flex flex-col text-wrap space-y-2">
+ <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">
17
<p >
18
{t("footer.open.source")}
19
<br className="block md:hidden lg:block" />
0 commit comments