I have a grid of news articles and I wanting it so the last two articles in the grid do not have a bottom border, however my css last-child
selector does not seem to be working, the last article with the class right has the border taken off, however the last article with the class left does not, is there a reason for this?
Here is a fiddle of my code and problem.