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() {
232
232
> </ div >
233
233
</ div >
234
234
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
+ />
249
244
</ div >
250
245
251
246
< Sponsors />
Original file line number Diff line number Diff line change @@ -16,16 +16,13 @@ const GridButton: React.FC<GridButtonProps> = ({
16
16
return (
17
17
< div
18
18
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"
20
20
>
21
21
< div
22
- className = "grid gap-0 md:scale-100 scale-75 "
22
+ className = "grid"
23
23
style = { {
24
24
gridTemplateColumns : "repeat(18, 60px)" ,
25
25
gridTemplateRows : "repeat(6, 60px)" ,
26
- width : "1080px" ,
27
- height : "360px" ,
28
- boxSizing : "border-box" ,
29
26
} }
30
27
>
31
28
{ Array . from ( { length : 18 * 5 + 2 } ) . map ( ( _ , index ) => (
You can’t perform that action at this time.
0 commit comments