Skip to content

Commit

Permalink
Merge pull request #59 from mattstratton/add-grid-option#43
Browse files Browse the repository at this point in the history
Fix broken hamburger menu
  • Loading branch information
mattstratton authored Apr 27, 2017
2 parents cff15e8 + fbea61b commit 1353f0f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
22 changes: 22 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -7108,6 +7108,28 @@
"oT": 1,
"q": 100
},
"\/images\/screenshot.png": {
"ft": 32768,
"iS": 1027955,
"oA": 0,
"oAP": "\/images\/screenshot.png",
"oF": 0,
"oIPL": 0,
"opt": 0,
"oT": 1,
"q": 100
},
"\/images\/tn.png": {
"ft": 32768,
"iS": 1027955,
"oA": 0,
"oAP": "\/images\/tn.png",
"oF": 0,
"oIPL": 0,
"opt": 0,
"oT": 1,
"q": 100
},
"\/layouts\/404.html": {
"ft": 8192,
"oA": 0,
Expand Down
Binary file added images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<nav class="navbar fixed-top navbar-toggleable-md navbar-light bg-faded">
<div class = "container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -73,5 +72,4 @@
{{ end }}
</ul>
</div>
</div>
</nav>

0 comments on commit 1353f0f

Please sign in to comment.