Try to add responsive design?

This commit is contained in:
2017-11-26 20:28:43 -08:00
parent 4e3baca3d9
commit af7e919b1e
5 changed files with 131 additions and 32 deletions

View File

@ -1,4 +1,10 @@
<input id="sidebarToggle" type="checkbox"/>
<span id="sidebarToggleImage">
<i class="fa fa-bars fa-lg" aria-hidden="true"></i>
</span>
<nav id="sidebar">
<ul id="navFlags">
<li>{% include flag.html color="blue" name="Home" url="/" %}</li>
<li>{% include flag.html color="green" name="Blog" url="/Blog" %}</li>