276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(removal) |
(fix) |
||
Line 273: | Line 273: | ||
/* main page responsive fixes */ | /* main page responsive fixes */ | ||
@media all and (max-width:850px) { | @media all and (max-width:850px) { | ||
body.page- | body.page-Main_Page #welcome > tbody > tr > td { | ||
display: block !important; | display: block !important; | ||
} | } | ||
body.page- | body.page-Main_Page #mp-body > tbody > tr > td { | ||
display: block !important; | display: block !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | } | ||
body.page- | body.page-Main_Page #mp-body > tbody > tr > td + td { | ||
margin-top: 5px !important; | margin-top: 5px !important; | ||
} | } | ||
Line 286: | Line 286: | ||
width: 95% !important; | width: 95% !important; | ||
} | } | ||
body.page- | body.page-Main_Page #mw-content-text { | ||
overflow: clip !important; | overflow: clip !important; | ||
} | } |