我正在使用第 n 个孩子来删除右侧某些元素的边距:
.post-list-item:nth-child(3n+3) {
margin-right: 0px;
}
但不知何故,它似乎针对错误的元素: http: //poachedmag.com/column/entertainment/music/
我该如何解决?
我正在使用第 n 个孩子来删除右侧某些元素的边距:
.post-list-item:nth-child(3n+3) {
margin-right: 0px;
}
但不知何故,它似乎针对错误的元素: http: //poachedmag.com/column/entertainment/music/
我该如何解决?