Skip to content

Commit

Permalink
Merge pull request #147 from bwbohl/fix_conference-menu
Browse files Browse the repository at this point in the history
fix sidebar dropdownm toggle menu for small screens
  • Loading branch information
bwbohl authored Jul 14, 2020
2 parents 6c47790 + eaf0dba commit 4a87b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div class="column col-10 col-sm-11">
<div class="dropdown col-sm-1 show-sm">
<div class="rounded bg-gray text-center my-1">
<button class="btn btn-primary dropdown-toggle btn-lg" id="mec2020-menuBtn">
<a href="#" class="btn btn-primary dropdown-toggle btn-lg" id="mec2020-menuBtn">
<i class="icon icon-menu"></i>
</button>
</a>

<ul class="menu text-left" id="mec2020-menu">
{% for m in site.sidemenu %}
Expand Down

0 comments on commit 4a87b7f

Please sign in to comment.