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 (typo)
m (Change the css breakpoint to 800)
Line 4: Line 4:
}
}


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

Revision as of 23:26, March 24, 2022

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

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