mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-22 22:55:26 +03:00
Add link to 'Why Kakoune' on home page
This commit is contained in:
parent
4a88f0398c
commit
44b93e1fc2
@ -157,6 +157,14 @@ a:hover {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.feature-more {
|
||||
background: white;
|
||||
border: #fa5300 1px solid;
|
||||
color: #fa5300;
|
||||
font-size: 1.2em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.demo-caption {
|
||||
font-size: 1.1em;
|
||||
font-style: italic;
|
||||
|
@ -151,6 +151,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12">
|
||||
<p class="text-center">
|
||||
<a class="btn btn-default feature-more" href="why-kakoune/why-kakoune.html">
|
||||
Learn more about Kakoune philosophy
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user