Skip to content

Instantly share code, notes, and snippets.

@davidfischer
Created March 8, 2018 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidfischer/a4c95e67b406f886ef52c6d2ce0ab3f8 to your computer and use it in GitHub Desktop.
Save davidfischer/a4c95e67b406f886ef52c6d2ce0ab3f8 to your computer and use it in GitHub Desktop.
Changes to DatDota.com to make the mobile navigation work correctly
diff --git a/datdota.com/index.html b/datdota.com/index.html
index 7c0a5b9..f088996 100644
--- a/datdota.com/index.html
+++ b/datdota.com/index.html
@@ -413,6 +413,15 @@ Help!
</div>
</nav>
<div id="page-wrapper" class="gray-bg dashbard-1">
+
+<div class="row border-bottom">
+ <nav class="navbar navbar-static-top visible-xs-block" role="navigation" style="margin-bottom: 0">
+ <div class="navbar-header">
+ <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
+ </div>
+ </nav>
+</div>
+
<div class="row border-bottom white-bg dashboard-header">
<hr>
<h2>Welcome to datdota</h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment