Difference between revisions of "Template:Ruperto Carola/navbar"

Line 4: Line 4:
  
 
.mobile-only{
 
.mobile-only{
         display: none;
+
         display: none !important;
 
}
 
}
  
 
.desktop{
 
.desktop{
         display:block;
+
         display:block !important;
 
}
 
}
  
 
@media only screen and (max-device-width: 380px;) {
 
@media only screen and (max-device-width: 380px;) {
         .mobile-only {display: block;}
+
         .mobile-only {display: block !important;}
         .desktop {display: none;}
+
         .desktop {display: none !important;}
 
}
 
}
  

Revision as of 23:08, 19 October 2019

.mobile-only{ display: none !important; } .desktop{ display:block !important; } @media only screen and (max-device-width: 380px;) { .mobile-only {display: block !important;} .desktop {display: none !important;} } .noline{ line-height: 0 px; margin: 0px 0px !important ; } .narrow{ margin: 0px 5px 0px 5px !important ; } .dice-expand{ float:right; margin-left: 5px; }