Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Worldpedia, the free encyclopedia
No edit summary
Tags: Reverted Mobile edit Mobile web edit
No edit summary
Tags: Manual revert Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* 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"

Revision as of 02:58, 27 February 2025

/* All CSS here will be loaded for users of the mobile site */