Skip to content

Commit ee47a4e

Browse files
authored
Responsive issue #1044 (#1048)
* fix the overflow issue * Revert "fix the overflow issue" This reverts commit 0b06cd2. * fix the overflow issue * overflow error fix
1 parent 97bcdeb commit ee47a4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pages/index.page.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)