The responsive workflow
What I learned today: don't leave spaces in your :nth-child selectors. :nth-child(2n + 1) doesn't work on iOS. :nth-child(2n+1) works as expected on iOS.
More by Dan Ott View profile
Like
What I learned today: don't leave spaces in your :nth-child selectors. :nth-child(2n + 1) doesn't work on iOS. :nth-child(2n+1) works as expected on iOS.