Reset the %-width styling changes you did, then do:
@media only screen and (min-width: 1120px) {
.post-list .post-row { width: 50%; border-bottom: 0; }
}
This will make it a 4-grid as long as screen resolution is bigger than 1120px as an example.
For a 6-grid, you would do 33.333%.