Skip to content

Commit 858d22a

Browse files
committed
Fixing Android 'dorkq' issues
1 parent 500e4f2 commit 858d22a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/less/main.less

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,11 @@ i {
150150
}
151151
.tag-line {
152152
display: block;
153-
margin-top: 0.1em;
153+
margin-top: 30px;
154+
font-weight: bold;
154155
font-size: 1.61em;
155-
margin-bottom: 0;
156+
margin-bottom: 10px;
157+
letter-spacing: -1.5px;
156158
}
157159
.version {
158160
position: absolute;
@@ -304,9 +306,11 @@ i {
304306
font-size: 16px;
305307
padding: 40px;
306308
line-height: 1.6em;
307-
h1 {
309+
h1, .title-header {
310+
font-family: 'Lato', sans-serif;
308311
font-size: 32px;
309-
margin: 0 0 0.8em;
312+
color: @brown;
313+
margin: 50px 0 0.8em;
310314
}
311315
h2 {
312316
font-size: 24px;

src/tmpl/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ block content
99
.span9.page
1010
.hero-unit
1111
.home-header
12-
h1
12+
div.title-header
1313
span.grunt-name Grunt
1414
span.tag-line The JavaScript Task Runner
1515

0 commit comments

Comments
 (0)