MediaWiki:Mobile.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */
<includeonly>
<style>
/* মোবাইলের জন্য 100% প্রস্থ */
@media only screen and (max-width: 768px) {
.worldbox-person-table {
width: 100% !important;
}
}
/* ডেস্কটপের জন্য সর্বোচ্চ 30% প্রস্থ */
@media only screen and (min-width: 769px) {
.worldbox-person-table {
width: 30% !important;
}
}
</style>
{| class="wikitable worldbox-person-table"