File tree 2 files changed +20
-18
lines changed
2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 8
8
<li ><a href =" http://forum.vuejs.org" class =" nav-link" target =" _blank" >Forum</a ></li >
9
9
<li ><a href =" https://gitter.im/yyx990803/vue" class =" nav-link" target =" _blank" >Chat</a ></li >
10
10
</ul >
11
- <ul id =" translations" >
12
- <li ><a href =" http://cn.vuejs.org" class =" nav-link" >中文</a ></li >
13
- <li class =" delimiter" >|</li >
14
- <li ><a href =" http://jp.vuejs.org" class =" nav-link" >日本語</a ></li >
15
- </ul >
16
- <img id =" logo" src =" /images/logo.png" >
17
- <h1 >Vue.js</h1 >
11
+ <div id =" logo-wrap" >
12
+ <img id =" logo" src =" /images/logo.png" >
13
+ <h1 >Vue.js</h1 >
14
+ </div >
18
15
<p class =" desc" >Reactive Components for Modern Web Interfaces</p >
19
16
<p class =" buttons" >
20
17
<a href =" /guide/installation.html" class =" button" >Install v<% - theme .vue_version %> </a >
24
21
<li ><iframe src =" http://ghbtns.com/github-btn.html?user=yyx990803&repo=vue&type=watch&count=true"
25
22
allowtransparency =" true" frameborder =" 0" scrolling =" 0" width =" 100" height =" 20" ></iframe ></li >
26
23
</ul >
24
+ <ul id =" translations" >
25
+ <li ><a href =" http://cn.vuejs.org" class =" nav-link" >中文</a ></li >
26
+ <li class =" delimiter" >|</li >
27
+ <li ><a href =" http://jp.vuejs.org" class =" nav-link" >日本語</a ></li >
28
+ </ul >
27
29
</div >
28
30
<div class =" down" ><img src =" /images/down.png" ></div >
29
31
</div >
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ html, body
40
40
margin 0 auto
41
41
width 200px
42
42
43
+ #logo-wrap
44
+ margin 4em 0
45
+
43
46
#hero
44
47
text-align center
45
48
height 100%
@@ -56,7 +59,7 @@ html, body
56
59
font-family $logo-font
57
60
font-weight 300
58
61
font-size 4em
59
- margin .4 em 0
62
+ margin 0
60
63
.warning
61
64
color $light
62
65
.desc
@@ -82,7 +85,7 @@ html, body
82
85
list-style-type none
83
86
margin 0 auto
84
87
padding 0
85
- margin-top 2 em
88
+ margin 1.5 em auto
86
89
li
87
90
display inline-block
88
91
margin 0 5px
@@ -251,8 +254,10 @@ html, body
251
254
margin 3em 1.8em 0
252
255
#translations
253
256
margin-bottom 2em
257
+ #logo-wrap
258
+ margin 4em 0
254
259
#logo
255
- width 100 px
260
+ width 120 px
256
261
.nav-link
257
262
font-size .85em
258
263
margin 0 .5em
@@ -271,26 +276,21 @@ html, body
271
276
max-width 300px
272
277
margin 1em auto
273
278
a .button
279
+ width 260px
274
280
font-size .8em
275
281
margin .5em 0
276
- .sub
277
- font-size 1em
278
282
.desc
279
283
max-width 300px
280
284
.warning , .desc
281
- font-size .9 em
285
+ font-size .85 em
282
286
margin 1em auto
283
287
br
284
288
display none
285
289
.down
286
290
display none
287
291
#social
288
- margin-top 1.5em
289
292
max-width 340px
290
- li
291
- margin-bottom 10px
292
- & .last
293
- margin 0
293
+ margin 1.2em auto
294
294
.cool
295
295
margin-top 0
296
296
#features .feat
You can’t perform that action at this time.
0 commit comments