Jump to content

Template:Worldpedia tool/style.css

From Worldpedia, the free encyclopedia
Revision as of 03:19, 19 March 2025 by 103.69.77.5 (talk) (Created page with "@media (max-width: 720px) { .plainlinks { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; } .plainlinks span { width: calc(50% - 10px); } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@media (max-width: 720px) {
.plainlinks {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
.plainlinks span {
width: calc(50% - 10px);
}
}