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 f42cb35 commit 3a217a6Copy full SHA for 3a217a6
apps/landing/src/components/OpenSource.tsx
@@ -17,7 +17,7 @@ export default function OpenSource() {
17
keep full control of your data, and contribute to the project.
18
</p>
19
20
- <div className="mt-8 flex items-center justify-center gap-4">
+ <div className="mt-8 flex flex-col items-center justify-center gap-4 sm:flex-row">
21
<a
22
href={GITHUB_LINK}
23
target="_blank"
0 commit comments