Skip to content

Commit bb4d67a

Browse files
committed
website: update website style.
1 parent f708e39 commit bb4d67a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

template/styl/index.styl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,14 @@ a {
302302

303303
.contributors {
304304
padding 79px 27px
305-
font-size: 16px
305+
max-width: 960px;
306+
margin: 28px auto 60px auto;
307+
color: #24292f;
308+
background-color: #ffffff;
309+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
310+
font-size: 16px;
311+
line-height: 1.5;
312+
word-wrap: break-word;
306313
a {
307314
font-weight: bold;
308315
}

0 commit comments

Comments
 (0)