minor styling updates

This commit is contained in:
Kevin Schoon 2018-01-30 17:55:01 -05:00
parent 7f84e7d6f2
commit e06d8dd4ec
4 changed files with 6 additions and 8 deletions

View File

@ -49,7 +49,7 @@ main {
div.readme { div.readme {
text-align: left !important; text-align: left !important;
padding-top: 100px; padding-top: 50px;
} }
/*apply accent colour to links*/ /*apply accent colour to links*/

View File

@ -114,9 +114,8 @@
<h2>Pomodoro Command Line Interface</h2> <h2>Pomodoro Command Line Interface</h2>
<div class="btn-group" role="group" aria-label="..."> <div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default"> <a class="btn btn-default" href="https://github.com/kevinschoon/pomo">github</a>
<a href="https://github.com/kevinschoon/pomo">install pomo</a> <a class="btn btn-default" href="https://github.com/kevinschoon/pomo/releases">releases</a>
</button>
</div> </div>

View File

@ -11,9 +11,8 @@
<h2>{{ markdownify .Site.Params.Description }}</h2> <h2>{{ markdownify .Site.Params.Description }}</h2>
<div class="btn-group" role="group" aria-label="..."> <div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default"> <a class="btn btn-default" href="https://github.com/kevinschoon/pomo">github</a>
<a href="https://github.com/kevinschoon/pomo">install pomo</a> <a class="btn btn-default" href="https://github.com/kevinschoon/pomo/releases">releases</a>
</button>
</div> </div>

View File

@ -49,7 +49,7 @@ main {
div.readme { div.readme {
text-align: left !important; text-align: left !important;
padding-top: 100px; padding-top: 50px;
} }
/*apply accent colour to links*/ /*apply accent colour to links*/