Jump to content

MediaWiki:Common.css: Difference between revisions

From Babhan Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5: Line 5:
.references {
.references {
     column-count: 2;
     column-count: 2;
    column-gap: 2.5em;
}
@media (max-width: 1000px) {
    .references {
        column-count: 1;
    }
}
}

Revision as of 20:59, 1 August 2026

#catlinks {
    display: none !important;
}

.references {
    column-count: 2;
}