Difference between revisions of "User:Hayaku/common.css"
Jump to navigation
Jump to search
m (Hayaku moved page User:Hayaku/vector.css to User:Hayaku/common.css without leaving a redirect) |
m |
||
| Line 5: | Line 5: | ||
div#mw-panel { | div#mw-panel { | ||
margin-left: 0; | margin-left: 0; | ||
} | |||
div#content { | |||
margin-right: 0; | |||
margin-left: 14em; | |||
} | |||
#left-navigation { | |||
margin-left: 14em !important; | |||
} | } | ||
} | } | ||
Revision as of 19:17, 27 July 2022
div#mw-panel {
margin-left: 1em;
}
@media screen and (max-width: 720px) {
div#mw-panel {
margin-left: 0;
}
div#content {
margin-right: 0;
margin-left: 14em;
}
#left-navigation {
margin-left: 14em !important;
}
}