Template:Wikipedia's sister projects/styles.css: Difference between revisions
Appearance
and this |
put that in the 360 pile |
||
| Line 20: | Line 20: | ||
#sister-projects-list li > div:first-child { | #sister-projects-list li > div:first-child { | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 30: | Line 29: | ||
white-space: nowrap; | white-space: nowrap; | ||
flex: 1 0 25%; | flex: 1 0 25%; | ||
} | |||
#sister-projects-list li > div:first-child { | |||
min-width: 50px; | |||
} | } | ||
} | } | ||
Revision as of 08:31, 19 February 2021
/* {{pp-template}} */
#sister-projects-list {
display: flex;
flex-wrap: wrap;
}
#sister-projects-list li {
display: inline-block;
}
#sister-projects-list li span {
font-weight: bold;
}
#sister-projects-list li > div {
display: inline-block;
vertical-align: middle;
padding: 6px 4px;
}
#sister-projects-list li > div:first-child {
text-align: center;
}
@media (min-width: 360px) {
#sister-projects-list li {
width: 33%;
min-width: 20em;
white-space: nowrap;
flex: 1 0 25%;
}
#sister-projects-list li > div:first-child {
min-width: 50px;
}
}