Skip to content

Commit 3abb477

Browse files
author
Ashu Cai
committed
調整講者跑版
1 parent 20ad613 commit 3abb477

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

package.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,22 @@
2626
"javascript"
2727
],
2828
"contributors": [
29+
2930
{
30-
"name": "Webber Wu",
31-
"url": "https://github.com/webber0928"
31+
"name": "Maureen",
32+
"url": "https://github.com/maureensayshi"
3233
},
3334
{
34-
"name": "Ivan Wei",
35-
"email": "[email protected]",
36-
"url": "https://blog.ivanwei.co"
35+
"name": "Nozomi",
36+
"url": "https://github.com/TingWeiHsu"
37+
},
38+
{
39+
"name": "ALi Li",
40+
"url": "https://github.com/esbb48"
41+
},
42+
{
43+
"name": "Ashu",
44+
"url": "https://github.com/yf-ashu"
3745
}
3846
],
3947
"license": "MIT",

source/scss/block/_mobile.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $screen-md: 992px;
124124
.day-2 {
125125
h2 {
126126
margin-top: 20px;
127-
margin-bottom: -30px;
127+
margin-bottom: -10px;
128128
}
129129
}
130130
}

source/scss/block/_speaker.scss

+6
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@ p {
236236
.wrapper {
237237
width: 100%;
238238
}
239+
.border {
240+
241+
height: 0px;
242+
243+
}
244+
239245
}
240246
// #speaker {
241247

0 commit comments

Comments
 (0)