MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 20: Line 20:
     font-size: 0.62rem !important;  /* slightly smaller for iPad & phones */
     font-size: 0.62rem !important;  /* slightly smaller for iPad & phones */
     top: -0.20em !important;        /* tiny lift to keep alignment */
     top: -0.20em !important;        /* tiny lift to keep alignment */
  }
}
/* --- Tablet text tuning for poems --- */
@media (max-width: 1024px) and (min-width: 600px) {
  .mw-parser-output poem,
  .mw-parser-output .poem {
    font-size: 1.05rem !important;    /* roughly +5–7% for tablets */
    line-height: 1.55 !important;    /* gives air between lines */
   }
   }
}
}