mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
Adds fun little improvements :)
This commit is contained in:
parent
3f714b8604
commit
290e3e9024
@ -50,8 +50,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#main .nerd-font-cheat-sheet .column span {
|
||||
font-family: 'mono';
|
||||
font-size: 12px;
|
||||
@ -65,9 +63,10 @@
|
||||
}
|
||||
|
||||
#forkongithub .fa {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
/* for any ASCII :) */
|
||||
#forkongithub span {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
@ -75,3 +74,12 @@
|
||||
#forkongithub a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Release Changelog section */
|
||||
|
||||
#release summary {
|
||||
text-align: center;
|
||||
font-size: 1.25em;
|
||||
cursor: pointer;
|
||||
padding: 0px 0px 20px 0px;
|
||||
}
|
||||
|
@ -5,4 +5,5 @@ Design by Tim O'Brien [t413.com](http://t413.com/)
|
||||
[SinglePaged theme](https://github.com/t413/SinglePaged)
|
||||
—
|
||||
this site is [open source]({{ site.source_link }})
|
||||
|
||||
<br/>
|
||||
Created in <i class="nerd-font nf-dev-linux"></i> & <i class="nerd-font nf-custom-vim nf"></i> with <i class="nerd-font nf-fa-heart ow"></i>
|
||||
|
@ -41,7 +41,7 @@ style: center
|
||||
|
||||
<span id="forkongithub">
|
||||
<a href="{{ site.source_link }}" class="bg-blue">
|
||||
<i class="fa fa-code-fork"></i> Fork us on GitHub <span class="text-red">♥</span>
|
||||
<i class="fa fa-code-fork"></i> Fork us on GitHub <i class="fa fa-heart ow"></i>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
|
@ -8,7 +8,7 @@ fa-icon: bullhorn
|
||||
# Release Changelog
|
||||
|
||||
<h2>v1.0.0</h2>
|
||||
<details>
|
||||
<details open>
|
||||
<summary>v1.0.0 Details</summary>
|
||||
<div markdown="1">
|
||||
### New Features
|
||||
|
Loading…
Reference in New Issue
Block a user