MediaWiki:Vector.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 61: | Line 61: | ||
} | } | ||
body.page- | body.page-Main_Page #firstHeading { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Line 67: | Line 67: | ||
/* 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; | ||
} | } | ||
} | } |