"سانچہ:Wikipedia's sister projects/styles.css" کے نسخوں کے درمیان فرق
Appearance
and this |
put that in the 360 pile |
||
سطر 20: | سطر 20: | ||
#sister-projects-list li > div:first-child { | #sister-projects-list li > div:first-child { | ||
text-align: center; | text-align: center; | ||
} | } | ||
سطر 30: | سطر 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; | |||
} | } | ||
} | } |
نسخہ بمطابق 08:31، 19 فروری 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;
}
}