Created
March 8, 2018 05:32
-
-
Save davidfischer/a4c95e67b406f886ef52c6d2ce0ab3f8 to your computer and use it in GitHub Desktop.
Changes to DatDota.com to make the mobile navigation work correctly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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