টেমপ্লেট:Wikipedia's sister projects/styles.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
and this |
put that in the 360 pile |
||
২০ নং লাইন: | ২০ নং লাইন: | ||
#sister-projects-list li > div:first-child { | #sister-projects-list li > div:first-child { | ||
text-align: center; | text-align: center; | ||
} | } | ||
৩০ নং লাইন: | ২৯ নং লাইন: | ||
white-space: nowrap; | white-space: nowrap; | ||
flex: 1 0 25%; | flex: 1 0 25%; | ||
} | |||
#sister-projects-list li > div:first-child { | |||
min-width: 50px; | |||
} | } | ||
} | } |
০৮:৩১, ১৯ ফেব্রুয়ারি ২০২১ তারিখে সংশোধিত সংস্করণ
/* {{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;
}
}