/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Mobile article/section title — font-size override (bib+wiki) */
@media (max-width: 1023px) {
    section > .wiki-link,
    article > .wiki-link {
        font-size: 1.7rem !important;
    }
}
