minor styling updates
This commit is contained in:
parent
7f84e7d6f2
commit
e06d8dd4ec
|
@ -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*/
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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*/
|
||||||
|
|
Loading…
Reference in New Issue