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