File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -519,15 +519,15 @@ const Home = (props: any) => {
519519 < a
520520 href = 'https://github.com/orgs/json-schema-org/discussions/35'
521521 rel = 'noopener noreferrer'
522- className = 'max-w-[300px ] w-full text-center rounded border-2 bg-primary hover:bg-blue-700 transition-all duration-300 ease-in-out text-white h-[40px] mb-4 flex items-center justify-center mx-auto dark:border-none'
522+ className = 'min-w-[280px] max-w-[400px ] w-full text-center rounded border-2 bg-primary hover:bg-blue-700 transition-all duration-300 ease-in-out text-white min- h-[44px] py-2 px-4 mb-4 flex items-center justify-center mx-auto dark:border-none whitespace-nowrap '
523523 >
524524 Open Community Working Meetings
525525 </ a >
526526
527527 < a
528528 href = 'https://github.com/orgs/json-schema-org/discussions/34/'
529529 rel = 'noopener noreferrer'
530- className = 'max-w-[200px] w-full text-center rounded border-2 bg-primary hover:bg-blue-700 transition-all duration-300 ease-in-out text-white h-[40px] flex items-center justify-center mx-auto dark:border-none'
530+ className = 'min-w-[160px] max-w-[200px] w-full text-center rounded border-2 bg-primary hover:bg-blue-700 transition-all duration-300 ease-in-out text-white min- h-[44px] py-2 px-4 flex items-center justify-center mx-auto dark:border-none whitespace-nowrap '
531531 >
532532 Office Hours
533533 </ a >
You can’t perform that action at this time.
0 commit comments