Skip to content

Commit 3a217a6

Browse files
committed
fix(landing): fix responsivness of the self-hostings docs button
1 parent f42cb35 commit 3a217a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/components/OpenSource.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function OpenSource() {
1717
keep full control of your data, and contribute to the project.
1818
</p>
1919

20-
<div className="mt-8 flex items-center justify-center gap-4">
20+
<div className="mt-8 flex flex-col items-center justify-center gap-4 sm:flex-row">
2121
<a
2222
href={GITHUB_LINK}
2323
target="_blank"

0 commit comments

Comments
 (0)