Template:Wikipedia languages/styles.css: Difference between revisions

add a padding for the containers
ditch widths for a half minute
Line 6: Line 6:


.wikipedia-languages-list {
.wikipedia-languages-list {
width: 100%;
list-style: none;
list-style: none;
text-align: center;
text-align: center;
Line 15: Line 14:
display: flex;
display: flex;
justify-content: center;
justify-content: center;
width: 90%;
padding-top: 1em;
padding-top: 1em;
}
}