diff --git a/_includes/css/main.css b/_includes/css/main.css index d0b8bed42..46e40784b 100644 --- a/_includes/css/main.css +++ b/_includes/css/main.css @@ -171,7 +171,7 @@ nav ul li:hover, nav ul li.active { display:block; width:100%; min-height:300px; - padding:210px 0; + padding:180px 0; background:url(img/bgnoise.png); /* generated noise from noisetexturegenerator.com */ } diff --git a/_includes/css/nerd-font-tweaks.css b/_includes/css/nerd-font-tweaks.css index 8a7bec2c9..4e07c6699 100644 --- a/_includes/css/nerd-font-tweaks.css +++ b/_includes/css/nerd-font-tweaks.css @@ -75,6 +75,11 @@ display: inline-block; } +/* Example Usage */ +.nerd-fonts-example-usage { + font-size: 2rem; +} + /* Release Changelog section */ #release summary { diff --git a/_posts/2017-01-03-cheat-sheet.md b/_posts/2017-01-03-cheat-sheet.md index 0d14395c0..8a5e5e9b8 100644 --- a/_posts/2017-01-03-cheat-sheet.md +++ b/_posts/2017-01-03-cheat-sheet.md @@ -5708,12 +5708,13 @@ fa-icon: search -#### Example Usage - -{% highlight text linenos=table %} - I really -{% endhighlight %} +### Example Usage
- I really + {% highlight html %} + I really + {% endhighlight %} + + I really +