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
mNo edit summary
m (override because inline style)
Line 5: Line 5:


@media only screen and (max-width: 700px) {
@media only screen and (max-width: 700px) {
#mp-body table {
width:100%;
}
.twocol_left {
.twocol_left {
width:100%;
width:100%!important;
}
}
.twocol_right {
.twocol_right {
width:100%;
width:100%!important;
}
}
}
}