mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
updating readme, making cheatsheet render better on wide desktop
This commit is contained in:
parent
9b7cf32a85
commit
4e92eeb8ec
@ -25,6 +25,7 @@ Get started at http://fontawesome.io!
|
||||
- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)
|
||||
- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
|
||||
- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)
|
||||
- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)
|
||||
|
||||
##Versioning
|
||||
|
||||
|
@ -30,4 +30,4 @@
|
||||
color: @jumbotron-bg;
|
||||
text-shadow: 0 -1px 0 @jumbotron-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ relative_path: ../
|
||||
|
||||
<div class="row">
|
||||
{% for icon in icons %}
|
||||
<div class="col-md-4 col-sm-6">
|
||||
<div class="col-md-4 col-sm-6 col-lg-3">
|
||||
<i class="fa fa-fw">&#x{{ icon.unicode }}</i>
|
||||
fa-{{ icon.id }}
|
||||
<span class="muted">(&#x{{ icon.unicode }};)</span>
|
||||
|
Loading…
Reference in New Issue
Block a user