This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
website/src/components/home Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 14
14
flex-dir =" row"
15
15
py =" 10"
16
16
:mr =" { base: '0', sm: '10' }"
17
- :w =" { base: '100%', md : 'auto' }"
17
+ :w =" { base: '100%', sm : 'auto' }"
18
18
>
19
19
<CIcon name =" discord" size =" 48px" mr =" 5" />
20
20
<CBox >
30
30
:w =" { base: 0, md: '10' }"
31
31
h =" 100%"
32
32
bg =" vue.50"
33
+ mx =" 10"
33
34
transform =" skewX(20deg)"
34
35
/>
35
36
<CFlex
36
37
flex-dir =" row"
37
- py =" 10"
38
+ :pt =" [0, 10]"
39
+ pb =" 10"
38
40
h =" 100%"
39
- :w =" { base: '100%', md : 'auto' }"
41
+ :w =" { base: '100%', sm : 'auto' }"
40
42
align =" center"
41
43
>
42
44
<CButton
50
52
color =" black"
51
53
bg =" white"
52
54
shadow =" lg"
55
+ :w =" { base: '100%', sm: 'auto' }"
53
56
>
54
57
Join the #Chakra Discord!
55
58
</CButton >
Original file line number Diff line number Diff line change 15
15
py =" 10"
16
16
:px =" { base: '3', sm: '10' }"
17
17
>
18
- <CBox m =" 3" >
18
+ <CBox my =" 3" :mx = " { base: '0', sm: '3' } " >
19
19
<CFlex align-items =" center" mb =" 5" >
20
20
<CFlex
21
21
justify-content =" center"
33
33
Chakra UI strictly follows WAI-ARIA standards. All components come with
34
34
proper attributes and keyboard interactions out of the box.
35
35
</CBox >
36
- <CBox m =" 3" >
36
+ <CBox my =" 3" :mx = " { base: '0', sm: '3' } " >
37
37
<CFlex align-items =" center" mb =" 5" >
38
38
<CFlex
39
39
justify-content =" center"
51
51
Quickly and easily reference values from your theme throughout your
52
52
entire application, on any component.
53
53
</CBox >
54
- <CBox m =" 3" >
54
+ <CBox m =" 3" :mx = " { base: '0', sm: '3' } " >
55
55
<CFlex align-items =" center" mb =" 5" >
56
56
<CFlex
57
57
justify-content =" center"
You can’t perform that action at this time.
0 commit comments