File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 42
42
display : grid ;
43
43
grid-row-gap : 0.45rem ;
44
44
grid-column-gap : 3rem ;
45
- grid-template-columns : repeat (4 , 1fr );
46
- padding-left : 184px ;
47
- padding-right : 184px ;
45
+ grid-template-columns : repeat (3 , 1fr );
46
+ padding-left : 124px ;
47
+ padding-right : 124px ;
48
+ padding-bottom : 32px ;
48
49
}
49
50
50
51
.grid div {
95
96
.tagline {
96
97
font-size : 36px ;
97
98
}
99
+ .container {
100
+ padding-bottom : 32px ;
101
+ }
98
102
}
99
103
</style >
Original file line number Diff line number Diff line change 131
131
.code {
132
132
background-color : var (--vp-code-block-bg );
133
133
display : flex ;
134
- /* flex-direction: column; */
135
134
align-items : center ;
136
135
padding : 12px ;
137
136
border-radius : 5px ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const coreTeamMembers: CoreTeam[] = [
45
45
functions : [ 'useSetState' , 'useWebSocket' ] ,
46
46
} ,
47
47
{
48
- avatar : " https://avatars.githubusercontent.com/u/51957438?v=4" ,
48
+ avatar : ' https://avatars.githubusercontent.com/u/51957438?v=4' ,
49
49
name : 'XiaoDaiGua-Ray' ,
50
50
github : 'XiaoDaiGua-Ray' ,
51
51
description : 'Tring be better~' ,
@@ -55,12 +55,12 @@ const coreTeamMembers: CoreTeam[] = [
55
55
avatar : contributorsAvatars . Noobbbbbbb ,
56
56
name : 'Noobbbbbbb' ,
57
57
github : 'Noobbbbbbb' ,
58
- description : '' ,
58
+ description : 'Mysterious ' ,
59
59
functions : [ 'useFullscreen' ] ,
60
60
functionsMap : {
61
- useFullscreen : 'useFull'
62
- }
63
- }
61
+ useFullscreen : 'useFull' ,
62
+ } ,
63
+ } ,
64
64
]
65
65
// .sort(
66
66
// (pre, cur) =>
You can’t perform that action at this time.
0 commit comments