File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export function Sponsor() {
40
40
] }
41
41
/>
42
42
43
- < div className = "mt-8 flex justify-center" >
43
+ < div className = "mt-4 flex justify-center xl:mt-8 " >
44
44
< Button
45
45
href = "https://events.linuxfoundation.org/sponsor-GraphQLConf-25?utm_source=graphql_conf_2025& utm_medium = website & utm_campaign = sponsor_section "
46
46
target = "_blank"
Original file line number Diff line number Diff line change @@ -15,17 +15,15 @@ export const InfoGrid: React.FC<InfoGridProps> = ({
15
15
} ) => (
16
16
< section id = { id } >
17
17
< h1 className = "mb-4 typography-h2" > { title } </ h1 >
18
- < p className = "mb-8 typography-body-lg" > { subtitle } </ p >
19
-
20
- { /* Horizontal Scrollable Grid */ }
18
+ < p className = "typography-body-lg xl:mb-4" > { subtitle } </ p >
21
19
< div
22
20
style = { {
23
21
scrollSnapType : "x mandatory" ,
24
22
} }
25
- className = "scroll-snap-x flex snap-mandatory gap-6 overflow-x-auto lg:grid lg:grid-cols-3 lg:overflow-visible"
23
+ className = "-mx-4 flex gap-6 overflow-x-auto p-4 lg:grid lg:grid-cols-3 lg:overflow-visible"
26
24
>
27
25
{ listItems . map ( ( { title, description } , index ) => (
28
- < div key = { index } className = "border border-neu-400 p-3" >
26
+ < div key = { index } className = "min-w-64 border border-neu-400 p-3" >
29
27
< h2 className = "mb-2 typography-body-lg" > { title } </ h2 >
30
28
< p
31
29
className = "typography-body-md [&_a]:typography-link"
You can’t perform that action at this time.
0 commit comments