Array

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 9: Line 9:
     h5 { font-size: 4.0rem !important; }
     h5 { font-size: 4.0rem !important; }
     h6 { font-size: 3.8rem !important; }
     h6 { font-size: 3.8rem !important; }
    .references {
      max-width: 100%;
      overflow-wrap: break-word;
    }
}
}

Revision as of 00:31, 13 January 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    ol.references { font-size: 3.8rem !important; }
    .notes-header-wrapper { font-size: 6.2rem !important; }
    body { font-size: 3.8rem !important; }
    h1 { font-size: 5.8rem !important; }
    h2 { font-size: 5.2rem !important; }
    h3 { font-size: 4.8rem !important; }
    h4 { font-size: 4.4rem !important; }
    h5 { font-size: 4.0rem !important; }
    h6 { font-size: 3.8rem !important; }
    .references {
       max-width: 100%;
       overflow-wrap: break-word;
    }
}