Commit
+6 -8 +/-4 browse
1 | diff --git a/docs/css/main.css b/docs/css/main.css |
2 | index 92705b1..8ce83e0 100644 |
3 | --- a/docs/css/main.css |
4 | +++ b/docs/css/main.css |
5 | @@ -49,7 +49,7 @@ main { |
6 | |
7 | div.readme { |
8 | text-align: left !important; |
9 | - padding-top: 100px; |
10 | + padding-top: 50px; |
11 | } |
12 | |
13 | /*apply accent colour to links*/ |
14 | diff --git a/docs/index.html b/docs/index.html |
15 | index f6b03f9..3db1200 100644 |
16 | --- a/docs/index.html |
17 | +++ b/docs/index.html |
18 | @@ -114,9 +114,8 @@ |
19 | <h2>Pomodoro Command Line Interface</h2> |
20 | |
21 | <div class="btn-group" role="group" aria-label="..."> |
22 | - <button type="button" class="btn btn-default"> |
23 | - <a href="https://github.com/kevinschoon/pomo">install pomo</a> |
24 | - </button> |
25 | + <a class="btn btn-default" href="https://github.com/kevinschoon/pomo">github</a> |
26 | + <a class="btn btn-default" href="https://github.com/kevinschoon/pomo/releases">releases</a> |
27 | </div> |
28 | |
29 | |
30 | diff --git a/www/layouts/index.html b/www/layouts/index.html |
31 | index 5ff68c5..7f7bb9f 100644 |
32 | --- a/www/layouts/index.html |
33 | +++ b/www/layouts/index.html |
34 | @@ -11,9 +11,8 @@ |
35 | <h2>{{ markdownify .Site.Params.Description }}</h2> |
36 | |
37 | <div class="btn-group" role="group" aria-label="..."> |
38 | - <button type="button" class="btn btn-default"> |
39 | - <a href="https://github.com/kevinschoon/pomo">install pomo</a> |
40 | - </button> |
41 | + <a class="btn btn-default" href="https://github.com/kevinschoon/pomo">github</a> |
42 | + <a class="btn btn-default" href="https://github.com/kevinschoon/pomo/releases">releases</a> |
43 | </div> |
44 | |
45 | |
46 | diff --git a/www/static/css/main.css b/www/static/css/main.css |
47 | index 92705b1..8ce83e0 100644 |
48 | --- a/www/static/css/main.css |
49 | +++ b/www/static/css/main.css |
50 | @@ -49,7 +49,7 @@ main { |
51 | |
52 | div.readme { |
53 | text-align: left !important; |
54 | - padding-top: 100px; |
55 | + padding-top: 50px; |
56 | } |
57 | |
58 | /*apply accent colour to links*/ |