Changes

no edit summary
Line 32: Line 32:  
     }
 
     }
   −
#p-logo {
+
    #p-logo {
    position: relative !important;
+
        position: relative !important;
    top: 0px !important;
+
        top: 0px !important;
    left: 0;
+
        left: 0
}
+
    }
 
      
     .mw-body {
 
     .mw-body {
Line 57: Line 56:     
     #p-personal ul {
 
     #p-personal ul {
         padding-left: 50px !important
+
         padding-left: 32px !important;
 
     }
 
     }
   Line 68: Line 67:  
         position: absolute;
 
         position: absolute;
 
         top: 10px;
 
         top: 10px;
         left: 15px;
+
         left: 10px;
         z-index: 99999
+
         z-index: 99999;
 
     }
 
     }
    
     #menu-toggle .bar1,#menu-toggle .bar2,#menu-toggle .bar3 {
 
     #menu-toggle .bar1,#menu-toggle .bar2,#menu-toggle .bar3 {
         width: 28px;
+
         width: 24px;
 
         height: 4px;
 
         height: 4px;
 
         background-color: #6c6c6c;
 
         background-color: #6c6c6c;
 
         margin: 5px 0;
 
         margin: 5px 0;
         transition: 0.4s
+
         transition: 0.4s;
 
     }
 
     }