This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
website/src/components/home Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CFlex
3
3
as =" section"
4
- :flex-dir =" ['column', 'column', 'row']"
4
+ :flex-dir =" ['column', 'column', 'column', ' row']"
5
5
align =" center"
6
6
justify =" space-between"
7
7
font-family =" body"
8
8
color =" white"
9
9
bg =" discord.accessible"
10
- :h =" ['auto', 40]"
10
+ :h =" ['auto', 'auto', 'auto', 40]"
11
11
:px =" [4, 10, 12]"
12
12
>
13
13
<CFlex
14
14
flex-dir =" row"
15
+ flex =" 1"
15
16
py =" 10"
16
- :mr =" { base: '0', sm : '10' }"
17
- :w =" { base: '100%', sm : 'auto' }"
17
+ :mr =" { base: '0', lg : '10' }"
18
+ :w =" { base: '100%', lg : 'auto' }"
18
19
>
19
20
<CIcon name =" discord" size =" 48px" mr =" 5" />
20
21
<CBox >
27
28
</CBox >
28
29
</CFlex >
29
30
<CBox
30
- :w =" { base: 0, md : '10' }"
31
+ :w =" { base: 0, lg : '10' }"
31
32
h =" 100%"
32
33
bg =" vue.50"
33
- mx =" 10 "
34
+ : mx =" { base: '10', lg: '24' } "
34
35
transform =" skewX(20deg)"
35
36
/>
36
37
<CFlex
37
38
flex-dir =" row"
38
- :pt =" [0, 10] "
39
+ :pt =" { base: '0', lg: '10' } "
39
40
pb =" 10"
40
41
h =" 100%"
41
- :w =" { base: '100%', sm : 'auto' }"
42
+ :w =" { base: '100%', lg : 'auto' }"
42
43
align =" center"
43
44
>
44
45
<CButton
52
53
color =" black"
53
54
bg =" white"
54
55
shadow =" lg"
55
- :w =" { base: '100%', sm : 'auto' }"
56
+ :w =" { base: '100%', lg : 'auto' }"
56
57
>
57
58
Join the #Chakra Discord!
58
59
</CButton >
You can’t perform that action at this time.
0 commit comments