Difference between revisions of "MediaWiki:Common.css"
| Line 3: | Line 3: | ||
width: 100%; | width: 100%; | ||
display: flex; | display: flex; | ||
| − | + | ||
| + | } | ||
| + | .products-list>ul>li{ | ||
| + | margin-right: 20px; | ||
} | } | ||
Revision as of 16:32, 14 June 2022
/* 这里放置的CSS将应用于所有皮肤 */
.products-list>ul{
width: 100%;
display: flex;
}
.products-list>ul>li{
margin-right: 20px;
}