MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 389: Line 389:
.no-prev, .no-next {
.no-prev, .no-next {
     display: none;
     display: none;
}
/* 20231128 */
.nav-container-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}
.nav-container-flex p {
    margin: 0;
}
}