View source for User:Hayaku/common.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* even out gaps on the sides of main menu */
div#mw-panel {
margin-left: 1em;
}
/* mobile/small screen tweaks */
@media screen and (max-width: 960px) {
/* remove gaps on the sides to make more area for content */
div#mw-panel {
margin-left: 0;
}
div#content {
margin-right: 0;
margin-left: 14em;
}
#left-navigation {
margin-left: 14em !important;
}
#right-navigation {
margin-right: 0;
}
000
1:0
Return to User:Hayaku/common.css.