File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ const Home = (props: any) => {
684684 < a href = 'https://n8n.io/' >
685685 < img src = { n8n_logo } className = ' w-44' />
686686 </ a >
687- < button className = 'w-[176px] h-[44px] mx-auto rounded-lg border-2 border-dotted bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3' >
687+ < button className = 'w-[155px] md:w-[ 176px] h-[44px] mx-auto rounded-lg border-2 border-dotted bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3' >
688688 < svg
689689 xmlns = 'http://www.w3.org/2000/svg'
690690 className = 'h-6 w-6'
@@ -699,7 +699,10 @@ const Home = (props: any) => {
699699 d = 'M12 4v16m8-8H4'
700700 />
701701 </ svg >
702- < a href = 'https://opencollective.com/json-schema#category-CONTRIBUTE' >
702+ < a
703+ className = 'text-sm md:text-base'
704+ href = 'https://opencollective.com/json-schema#category-CONTRIBUTE'
705+ >
703706 Your logo here
704707 </ a >
705708 </ button >
You can’t perform that action at this time.
0 commit comments