File tree Expand file tree Collapse file tree 2 files changed +11
-19
lines changed
Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -232,20 +232,15 @@ export default function Page() {
232232 > </ div >
233233 </ div >
234234
235- < div className = "container flex gap-20 flex-col pt-24" >
236- < div className = "flex gap-12 lg:gap-24 max-md:flex-col" >
237- < div className = "flex flex-col gap-5 text-white flex-1" >
238- < h2 className = "text-3xl lg:text-[45px]/[4rem] font-normal" >
239- Celebrating 10 Years of GraphQL. Three transformative days of
240- expert insights and innovation to shape the next decade of APIs
241- together!
242- </ h2 >
243- < GridButton
244- title = "Get Tickets"
245- href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = cta "
246- />
247- </ div >
248- </ div >
235+ < div className = "container text-white flex flex-col mt-14 gap-14 md:mt-20 md:gap-20" >
236+ < h2 className = "text-3xl lg:text-5xl font-normal" >
237+ Celebrating 10 Years of GraphQL. Three transformative days of expert
238+ insights and innovation to shape the next decade of APIs together!
239+ </ h2 >
240+ < GridButton
241+ title = "Get Tickets"
242+ href = "https://cvent.me/PBNYEe?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = cta "
243+ />
249244 </ div >
250245
251246 < Sponsors />
Original file line number Diff line number Diff line change @@ -16,16 +16,13 @@ const GridButton: React.FC<GridButtonProps> = ({
1616 return (
1717 < div
1818 id = { id }
19- className = "relative w-full h-[500px] flex items-center justify-center overflow-hidden"
19+ className = "relative w-full flex items-center justify-center overflow-hidden"
2020 >
2121 < div
22- className = "grid gap-0 md:scale-100 scale-75 "
22+ className = "grid"
2323 style = { {
2424 gridTemplateColumns : "repeat(18, 60px)" ,
2525 gridTemplateRows : "repeat(6, 60px)" ,
26- width : "1080px" ,
27- height : "360px" ,
28- boxSizing : "border-box" ,
2926 } }
3027 >
3128 { Array . from ( { length : 18 * 5 + 2 } ) . map ( ( _ , index ) => (
You can’t perform that action at this time.
0 commit comments