nerd-fonts/_includes/css/nerd-font-tweaks.css
Ryan L McIntyre e0a21ebb12 Adds 'Cheat Sheet' section
* lists all glyphs
* ability to search
* adds button/link to section
* moves 'Release' section to last
* adds the necessary Nerd Font
2017-04-23 17:53:09 -04:00

58 lines
863 B
CSS

#main .nerd-font-button {
padding-top: .5rem;
padding-bottom: .5rem;
margin: 0px;
}
#main .nerd-font-button a {
text-decoration: none;
color: inherit;
}
#main .nerd-font-badges {
line-height: 2.3em;
}
#main .nerd-font-cheat-sheet-search {
margin-right: auto;
margin-left: auto;
font-size: 1.25em;
width: 400px;
}
#main .nerd-font-cheat-sheet {
max-height: 480px;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 20px;
}
#main .nerd-font-cheat-sheet .column {
width: 114px;
height: 120px;
}
#main .nerd-font-cheat-sheet .column span {
font-family: 'mono';
font-size: 12px;
max-width: 98px;
display: inline-block;
text-align: center;
}
#main .nerd-font-cheat-sheet .nerd-font {
font-size: 2rem;
}
#forkongithub .fa {
font-size: 1.5rem;
}
#forkongithub span {
font-size: 1.75rem;
}
#forkongithub a {
display: inline-block;
}