minor styling updates
This commit is contained in:
parent
7f84e7d6f2
commit
e06d8dd4ec
|
@ -49,7 +49,7 @@ main {
|
|||
|
||||
div.readme {
|
||||
text-align: left !important;
|
||||
padding-top: 100px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
/*apply accent colour to links*/
|
||||
|
|
|
@ -114,9 +114,8 @@
|
|||
<h2>Pomodoro Command Line Interface</h2>
|
||||
|
||||
<div class="btn-group" role="group" aria-label="...">
|
||||
<button type="button" class="btn btn-default">
|
||||
<a href="https://github.com/kevinschoon/pomo">install pomo</a>
|
||||
</button>
|
||||
<a class="btn btn-default" href="https://github.com/kevinschoon/pomo">github</a>
|
||||
<a class="btn btn-default" href="https://github.com/kevinschoon/pomo/releases">releases</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
<h2>{{ markdownify .Site.Params.Description }}</h2>
|
||||
|
||||
<div class="btn-group" role="group" aria-label="...">
|
||||
<button type="button" class="btn btn-default">
|
||||
<a href="https://github.com/kevinschoon/pomo">install pomo</a>
|
||||
</button>
|
||||
<a class="btn btn-default" href="https://github.com/kevinschoon/pomo">github</a>
|
||||
<a class="btn btn-default" href="https://github.com/kevinschoon/pomo/releases">releases</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ main {
|
|||
|
||||
div.readme {
|
||||
text-align: left !important;
|
||||
padding-top: 100px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
/*apply accent colour to links*/
|
||||
|
|
Loading…
Reference in New Issue