MediaWiki:Medik.css: Difference between revisions

From CoMakingSpace Wiki

mNo edit summary
mNo edit summary
Line 3: Line 3:
}
}
@media screen and (max-width: 767px) .mw-editsection {
@media screen and (max-width: 767px) .mw-editsection {
display: unset;
    display: unset;
    background: red;
}
}

Revision as of 14:12, 3 September 2022

.toc {
    float: unset;
}
@media screen and (max-width: 767px) .mw-editsection {
    display: unset;
    background: red;
}