Difference between revisions of "MediaWiki:Common.css"
From Bacterial Takeover
| Line 3: | Line 3: | ||
@media only screen and (min-width: 900px) { | @media only screen and (min-width: 900px) { | ||
.wrap_big{ float: left;} | .wrap_big{ float: left;} | ||
| + | .padding_left_big{ padding-left: 150px;} | ||
} | } | ||
Revision as of 16:07, 7 December 2017
/* CSS placed here will be applied to all skins */
@media only screen and (min-width: 900px) {
.wrap_big{ float: left;}
.padding_left_big{ padding-left: 150px;}
}