Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
(No difference)

Revision as of 13:07, 28 February 2019

/* CSS placed here will be applied to all skins */

/*
 * Main Page columns
 * Keep coherent with https://github.com/archlinux/archwiki/search?q=deviceWidthTablet
 */

@media screen and ( min-width: 721px ) {
    div.archwiki-main-page-columns {
        column-count: 2; }
        div.archwiki-main-page-columns > * {
            page-break-inside: avoid;
            /* fix alignment of list items in multi-column layout, see https://stackoverflow.com/a/42349512/4180822 */
            display: inline-block;
            width: 100%; }
}