Difference between revisions of "MediaWiki:Common.css"
| Line 1: | Line 1: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
| + | .products-list>ul{ | ||
| + | width: 100%; | ||
| + | display: flex; | ||
| + | justify-content: space-between; | ||
| + | } | ||
Revision as of 16:26, 14 June 2022
/* 这里放置的CSS将应用于所有皮肤 */
.products-list>ul{
width: 100%;
display: flex;
justify-content: space-between;
}