Skip to content

Commit

Permalink
Attempting to fix the submenu animation problem. Not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibran Ibrahim Syed committed Jul 19, 2017
1 parent f7b7fec commit 89b3f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav id="dl-menu" class="dl-menuwrapper" role="navigation">
<nav id="dl-menu" class="dl-menuwrapper" role="navigation" style="display:inline-block">
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li><a href="{{ site.url }}/">Home</a></li>
Expand Down
1 change: 1 addition & 0 deletions _sass/_dl-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
left: 25px;
}


&.dl-menuopen {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 89b3f1b

Please sign in to comment.