The pseudo class ":nth-child" is potentially unsafe when doing server-side rendering. Try changing it to ":nth-of-type".
전체 인덱스(순서)를 체크 해당 인덱스에 해당하는 엘리먼트가 없을 경우 선택되지않음
해당 엘리먼트의 인덱스(순서)를 체크함
https://nanajeon.com/css-selectors-cheatsheet-details/
덕분에 nth-child와 nth-of-type에 대해 공부하고 갑니다!
덕분에 nth-child와 nth-of-type에 대해 공부하고 갑니다!