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 500e4f2 commit 858d22aCopy full SHA for 858d22a
src/less/main.less
@@ -150,9 +150,11 @@ i {
150
}
151
.tag-line {
152
display: block;
153
- margin-top: 0.1em;
+ margin-top: 30px;
154
+ font-weight: bold;
155
font-size: 1.61em;
- margin-bottom: 0;
156
+ margin-bottom: 10px;
157
+ letter-spacing: -1.5px;
158
159
.version {
160
position: absolute;
@@ -304,9 +306,11 @@ i {
304
306
font-size: 16px;
305
307
padding: 40px;
308
line-height: 1.6em;
- h1 {
309
+ h1, .title-header {
310
+ font-family: 'Lato', sans-serif;
311
font-size: 32px;
- margin: 0 0 0.8em;
312
+ color: @brown;
313
+ margin: 50px 0 0.8em;
314
315
h2 {
316
font-size: 24px;
src/tmpl/index.jade
@@ -9,7 +9,7 @@ block content
9
.span9.page
10
.hero-unit
11
.home-header
12
- h1
+ div.title-header
13
span.grunt-name Grunt
14
span.tag-line The JavaScript Task Runner
15
0 commit comments