Array

MediaWiki:Common.css: Difference between revisions

(Blanked the page)
Tag: Blanking
No edit summary
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    h4 {
        font-size: 3.8rem !important;
    }


.mw-parser-output table td font > b {
    font-size: 38px !important;
}
p{
  margin-bottom: 5rem !important;
}
#endnotes-header > div:nth-child(2) > a
  font-size: 5rem !important
}
}

Revision as of 15:55, 19 January 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    h4 {
        font-size: 3.8rem !important;
    }

.mw-parser-output table td font > b {
    font-size: 38px !important;
}

p{
   margin-bottom: 5rem !important;
}

#endnotes-header > div:nth-child(2) > a
  font-size: 5rem !important
}
}