File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ export function StarterKits({component, tailwindComponent = component}) {
10
10
let query = component ? `?path=/docs/${ component } --docs` : '' ;
11
11
let tailwindQuery = tailwindComponent ? `?path=/docs/${ tailwindComponent } --docs` : '' ;
12
12
return (
13
- < section style = { { display : 'flex' , gap : 16 } } >
13
+ < section style = { { display : 'flex' , columnGap : 16 , flexWrap : 'wrap' } } >
14
14
< div style = { { display : 'flex' , flexDirection : 'column' , gap : 4 } } >
15
15
< ResourceCard
16
16
type = "Storybook"
17
17
url = { `../react-aria-starter.${ gitHash } .zip` }
18
- style = { { marginTop : 36 } } />
18
+ style = { { marginTop : 36 , marginBottom : 0 } } />
19
19
< Link variant = "secondary" href = { `../react-aria-starter/index.html${ query } ` } target = "_blank" UNSAFE_style = { { width : 'fit-content' } } > Preview< LinkOut size = "XXS" marginStart = "size-75" UNSAFE_style = { { verticalAlign : 'middle' } } /> </ Link >
20
20
</ div >
21
21
< div style = { { display : 'flex' , flexDirection : 'column' , gap : 4 } } >
22
22
< ResourceCard
23
23
type = "Tailwind"
24
24
url = { `../react-aria-tailwind-starter.${ gitHash } .zip` }
25
- style = { { marginTop : 36 } } />
25
+ style = { { marginTop : 36 , marginBottom : 0 } } />
26
26
< Link variant = "secondary" href = { `../react-aria-tailwind-starter/index.html${ tailwindQuery } ` } target = "_blank" UNSAFE_style = { { width : 'fit-content' } } > Preview< LinkOut size = "XXS" marginStart = "size-75" UNSAFE_style = { { verticalAlign : 'middle' } } /> </ Link >
27
27
</ div >
28
28
</ section >
You can’t perform that action at this time.
0 commit comments