Skip to content

Commit 045214e

Browse files
committed
tweak mobile
1 parent 4ac3b8e commit 045214e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

themes/vue/layout/index.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<div class="left">
1010
<img class="hero-logo" src="/images/logo.png">
1111
</div><div class="right">
12+
<h2 class="vue">Vue.js</h2>
1213
<h1>
1314
The Progressive<br>JavaScript Framework
1415
</h1>

themes/vue/source/css/_header.styl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "_settings"
2-
31
$header-height = 40px
42

53
#header

themes/vue/source/css/index.styl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ body
3131
font-weight 300
3232
margin 0
3333
font-size 3.2em
34+
h2
35+
font-family $logo-font
36+
font-weight 500
37+
font-size 2.4em
38+
margin 0 0 10px
39+
display none
3440
.button
3541
margin 1em 0
3642
font-size 1.05em
@@ -126,6 +132,8 @@ body
126132
width 100%
127133
h1
128134
font-size 2em
135+
h2
136+
display block
129137
.button
130138
font-size .9em
131139
#highlights

0 commit comments

Comments
 (0)