MediaWiki:Mobile.css: Difference between revisions

133 bytes added ,  14:09, 15 August 2024
no edit summary
No edit summary
No edit summary
Line 21: Line 21:
#pt-preferences, #p-personal {
#pt-preferences, #p-personal {
display: none;
display: none;
}
@media only screen and (max-width: 767px) {
    .pre-content h1,
    .content h1,
    .content h2 {
        display: none;
    }
}
}