MediaWiki:Common.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 307: | Line 307: | ||
display: none !important; | display: none !important; | ||
} | } | ||
body.page-Main_Page #firstHeading { | |||
body.page- | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* Hide the pre-content heading holder on | |||
/* 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- | body.page-Main_Page .pre-content.heading-holder { | ||
display: none !important; | display: none !important; | ||
} | } | ||
} | } |