We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f34f88 commit f5a6170Copy full SHA for f5a6170
_sass/_layout.scss
@@ -183,7 +183,9 @@
183
}
184
185
.page-heading {
186
- font-size: 20px;
+ color: #15C0FF;
187
+ font-size: 2.15em;
188
+ text-align: center;
189
190
191
.post-list {
index.html
@@ -4,7 +4,7 @@
4
5
<div class="home">
6
7
- <h1 class="page-heading">Let’s get started!</h1>
+ <h1 class="page-heading">Hi! I’m <strong>your</strong> Vim Space Controller!</h1>
8
9
<ul class="post-list">
10
{% for post in site.posts %}
0 commit comments