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


@media only screen and (max-width: 700px) {
@media only screen and (max-width: 700px) {
.twocol_left {
.twocol-left {
width:100%!important;
width:100%!important;
}
}
.twocol_right {
.twocol-right {
width:100%!important;
width:100%!important;
}
}

Revision as of 23:22, March 24, 2022

/* -- At 700 px wide or less -- */
.new_releases .mw-inputbox-createbox {
    width: 100%; 
}

@media only screen and (max-width: 700px) {
    .twocol-left {
		width:100%!important;
	}
	.twocol-right {
		width:100%!important;
	}
}