[子比主题美化] – 卡片模式设置一行显示5个

效果图:

代码教程:

/*卡片列表5列显示*/
@media (min-width: 992px) {
  .posts-item.card  {
    width: calc(20% - 16px);
  }
}

评论