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.
9 months ago
keyboard shortcuts: ← previous shot → next shot L or F like
1 Response
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.
9 months ago