MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
Line 61: Line 61:
}
}


body.page-Test_page #firstHeading {
body.page-Main_Page #firstHeading {
   display: none !important;
   display: none !important;
}
}
Line 67: Line 67:




/* Hide the pre-content heading holder on Test_page in mobile view */
/* Hide the pre-content heading holder on Test_Page in mobile view */
@media (max-width: 1120px) { /* Adjust the breakpoint as needed */
@media (max-width: 1120px) { /* Adjust the breakpoint as needed */
     body.page-Test_page .pre-content.heading-holder {
     body.page-Main_Page .pre-content.heading-holder {
         display: none !important;
         display: none !important;
     }
     }


}
}