Template:Navbox worlds/styles.css
Template page
More actions
/* PvP Isles and Worlds sit side by side here rather than stacking like
a normal third loka-navbox-group -- overrides the shared Navbox
stylesheet's vertical group-to-group margin (see Template:Navbox/
styles.css) for just the pair, and supplies its own margin-top so the
row as a whole still sits the usual distance below Continents. */
.loka-navbox-worlds-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: .3em 1.6em;
margin-top: .4em;
}
.loka-navbox-worlds-row .loka-navbox-group + .loka-navbox-group {
margin-top: 0;
}