Changes

89 bytes added ,  12:24, 20 September 2023
no edit summary
Line 1: Line 1:  
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 +
 +
@media (max-width: 767px) {
 +
    .catlinks {
 +
        display: block !important;
 +
    }
 +
}
 +
    
.mw-parser-output .infobox .navbar {
 
.mw-parser-output .infobox .navbar {