@@ -24,19 +24,19 @@ const links = [
2424const FooterConf = ( ) => {
2525 return (
2626 < footer className = "text-gray-600 bg-[#0E031C]" >
27- < div className = "container py-24 flex md:items-start md:flex-row md:flex-nowrap flex-wrap flex-col" >
28- < div className = "w-64 shrink-0 md:mx-0 mx-auto text-center md: text-left" >
27+ < div className = "container px-5 md: py-24 mx-auto flex md:items-start md:flex-row md:flex-nowrap flex-wrap flex-col" >
28+ < div className = "w-64 shrink-0 md:mx-0 text-left" >
2929 < a
3030 href = "/conf/"
31- className = "flex font-medium items-center md: justify-start justify-center text-gray-900"
31+ className = "flex font-medium md: items-center justify-start text-gray-900"
3232 >
3333 < img src = "/img/conf/graphql-conf-logo.svg" className = "w-[200px]" />
3434 </ a >
3535 </ div >
36- < div className = "grow flex flex-wrap lg:pl-20 -mb-10 md:mt-0 mt-10 md: text-left text-center " >
36+ < div className = "grow flex flex-wrap justify-between lg:pl-20 -mb-10 md:mt-0 mt-10 text-left" >
3737 { links . map ( ( link , i ) => (
38- < div key = { i } className = "md:w-1/3 w-full px-4" >
39- < div className = "list-none mb-20" >
38+ < div key = { i } className = "md:w-1/3 md: px-4" >
39+ < div className = "list-none mb-10 md:mb- 20" >
4040 { link . map ( ( link , i ) => (
4141 < li key = { i } >
4242 < a
@@ -53,7 +53,7 @@ const FooterConf = () => {
5353 </ div >
5454 </ div >
5555 < div >
56- < div className = "container py-4 flex flex-wrap flex-col sm:flex-row" >
56+ < div className = "container mt-5 sm:mt-0 py-4 flex flex-wrap flex-col sm:flex-row" >
5757 < p className = "text-white text-sm text-center sm:text-left" >
5858 Copyright © { `${ new Date ( ) . getFullYear ( ) } ` } The GraphQL Foundation.
5959 All rights reserved.
0 commit comments