MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 66: Line 66:
   .toc {
   .toc {
     font-size: 16px !important;
     font-size: 16px !important;
  }
}
/* =========================
  EXTRA MOBILE TEXT BOOST
  ========================= */
@media screen and (max-width: 768px) {
  /* Main article paragraph text */
  .mw-parser-output p,
  .mw-parser-output li,
  .mw-parser-output dd {
    font-size: 19px !important;  /* पहले ~16–17px था */
    line-height: 1.8 !important;
  }
  /* Intro paragraph (lead section) */
  .mw-parser-output > p {
    font-size: 20px !important;
    line-height: 1.85 !important;
  }
  /* Section content spacing */
  .mw-parser-output {
    padding-left: 14px !important;
    padding-right: 14px !important;
   }
   }


}
}