Skip to content

Commit f5a6170

Browse files
committed
Change lead on main page
1 parent 5f34f88 commit f5a6170

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_sass/_layout.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@
183183
}
184184

185185
.page-heading {
186-
font-size: 20px;
186+
color: #15C0FF;
187+
font-size: 2.15em;
188+
text-align: center;
187189
}
188190

189191
.post-list {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="home">
66

7-
<h1 class="page-heading">Let’s get started!</h1>
7+
<h1 class="page-heading">Hi! I’m <strong>your</strong> Vim Space Controller!</h1>
88

99
<ul class="post-list">
1010
{% for post in site.posts %}

0 commit comments

Comments
 (0)