Browse Source

menu text and icon aligned

luis 4 years ago
parent
commit
0880e4cdef
2 changed files with 10 additions and 4 deletions
  1. 5
    2
      km0App/platforms/browser/www/index.html
  2. 5
    2
      km0App/www/index.html

+ 5
- 2
km0App/platforms/browser/www/index.html View File

@@ -11,8 +11,11 @@
11 11
     <body>
12 12
       <div class="nav-bar">
13 13
         <div id="myNav" class="overlay">
14
-              <h2>Menu</h2>
15
-              <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
14
+          <div>
15
+            <h2>Menu</h2>
16
+            <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
17
+          </div>
18
+
16 19
             <div class="overlay-content">
17 20
               <a href="#">Inicio</a>
18 21
               <a href="#">Contactos</a>

+ 5
- 2
km0App/www/index.html View File

@@ -11,8 +11,11 @@
11 11
     <body>
12 12
       <div class="nav-bar">
13 13
         <div id="myNav" class="overlay">
14
-              <h2>Menu</h2>
15
-              <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
14
+          <div>
15
+            <h2>Menu</h2>
16
+            <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
17
+          </div>
18
+
16 19
             <div class="overlay-content">
17 20
               <a href="#">Inicio</a>
18 21
               <a href="#">Contactos</a>