Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
} | } | ||
| − | @media (min-width: | + | @media (min-width: 700px) { |
#mw-content-text p, #mw-content-text ol { | #mw-content-text p, #mw-content-text ol { | ||
margin-bottom: 5rem; | margin-bottom: 5rem; | ||
| Line 10: | Line 10: | ||
} | } | ||
| − | @media ( | + | @media (min-width: 650px) { |
#mw-content-text p, #mw-content-text ol { | #mw-content-text p, #mw-content-text ol { | ||
margin-bottom: 3rem; | margin-bottom: 3rem; | ||
} | } | ||
} | } | ||
Revision as of 08:47, 2 September 2020
/* CSS placed here will be applied to all skins */
#bodyContent {
max-width: 750px; margin-left: 10px; margin-right:auto; padding: 0;
}
@media (min-width: 700px) {
#mw-content-text p, #mw-content-text ol {
margin-bottom: 5rem;
}
}
@media (min-width: 650px) {
#mw-content-text p, #mw-content-text ol {
margin-bottom: 3rem;
}
}