Template:Main Page navigation/styles.css

From Popira Wiki

.mp-navigation { margin-bottom: 1.5em; display: grid; grid-gap: 20px; grid-template-columns: repeat(auto-fill, minmax(12em, auto)); }

/*

* Different screen sizes
*/

@media only screen and (max-width: 576px) { .mp-navigation { grid-template-columns: repeat(3, 12em) !important; grid-template-rows: repeat(5, 3em); overflow-x: scroll; } }