File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -515,19 +515,19 @@ const Home = (props: any) => {
515515 and by appointment. Open Community Working Meetings are every
516516 third Monday of the month at 12:00 PT.
517517 </ p >
518- < div className = '' >
518+ < div className = 'flex flex-col items-center ' >
519519 < a
520520 href = 'https://github.com/orgs/json-schema-org/discussions/35'
521521 rel = 'noopener noreferrer'
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'
522+ className = 'w-[280px] 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 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 = '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'
530+ className = 'w-[280px] 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 dark:border-none whitespace-nowrap'
531531 >
532532 Office Hours
533533 </ a >
You can’t perform that action at this time.
0 commit comments