Remove extraneous margin in mobilenav
[plack-app-gruntmaster.git] / js / 90-mobilenav.js
index d12e0fab2573a0018235a87c582dd309a353183c..ad354ac9f273932762a934a6de1b7aee78c74c03 100644 (file)
@@ -6,7 +6,7 @@
                        return;
                $('#title').before('<div class="text-center">Tap title to toggle menu</div>');
                $('nav').addClass('hidden');
-               $('#title').css('margin', '6px').on('click', function () {
+               $('#title').on('click', function () {
                        $('nav').toggleClass('hidden');
                });
        });
This page took 0.009099 seconds and 4 git commands to generate.