MediaWiki:SkillNav.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 151: Line 151:
     width: calc(15px + 0.75rem);
     width: calc(15px + 0.75rem);
     height: calc(15px + 0.75rem);
     height: calc(15px + 0.75rem);
}
@media screen and (max-width: 500px) {
    .skill-nav .skill-nav-sub-head {
        min-width: unset;
    }
    .skill-nav-inner-wrap {
        grid-template-columns: min-content auto;
    }
}
}