Fix mobile navbar

This commit is contained in:
Jeremy Thomas
2018-04-13 17:03:40 +01:00
parent ddd15f70e3
commit a90a5153b9
10 changed files with 33 additions and 27 deletions

View File

@@ -10,7 +10,9 @@
<div id="ghbtns" class="intro-ghbtns">
<iframe src="https://ghbtns.com/github-btn.html?user=jgthms&repo=bulma&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<img src="https://img.shields.io/npm/dm/bulma.svg">
<a href="https://www.npmjs.com/package/bulma" target="_blank" rel="nofollow">
<img src="https://img.shields.io/npm/dm/bulma.svg">
</a>
</div>
{% assign npmInstall = 'npm install bulma' %}