User:FrozenPlum/common.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* -- At 700 px wide or less -- */
/* -- At 700 px wide or less -- */
@media only screen and (max-width: 700px) {
@media only screen and (max-width: 700px) {
.mainpagebox {
.mainpagebox table {
width:100%;
width:100%;
}
}

Revision as of 22:55, March 24, 2022

/* -- At 700 px wide or less -- */
@media only screen and (max-width: 700px) {
    .mainpagebox table {
        width:100%;
    }
}