스타일링 코드 리팩토링
기록하기
common
.rwdImg { width: 100%; height: auto; }
netflixIntro
.netflixIntro p { font-size: 2rem; } .netflixIntro p:not(.netflixIntro__downloadContent) { font-size: 1rem; }
.netflixIntro__watchOnTV, .netflixIntro__watchOnDevice { flex-direction: row; } .netflixIntro__downLoadAndWatch--reverse { flex-direction: row-reverse; }.netflixIntro { flex-direction: row; } .netflixIntro--reverse { flex-direction: row-reverse; }.netflixIntro__description { display: inline-block; }.netflixIntro__description p { margin: 3rem auto 0; }
Last updated