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

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

Revision as of 23:15, 19 October 2019