Skip to content

Commit

Permalink
Problem: weird menu layout on mobile #394
Browse files Browse the repository at this point in the history
Solution : Extra menu layout on mobile removed
  • Loading branch information
MadanBhandari committed Nov 1, 2018
1 parent dfd31ef commit 7c948cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions imports/ui/layouts/body/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ <h2>Accurate up to the minute.</h2>
</div>
</div>
</section>
<section class="mobile-nav d-block d-sm-none">
<ul>
<li><a href="/"><i class="nav-icon icon-home"></i> Home</a></li>
<li><a href="/projects"><i class="nav-icon icon-notebook"></i> Projects</a></li>
<li><a href="/events"><i class="nav-icon icon-calendar"></i> Events</a></li>
</ul>
</section>
{{> Template.dynamic template=main}}
</main>
</div>
Expand Down

0 comments on commit 7c948cb

Please sign in to comment.