line-height for lists should also be 145%. ``` .divEssayText ul li { line-height: 145%; } .divEssayText ol li { line-height: 145%; } ``` For nested lists the nesting has to be recreated in the css, I believe. ``` ul ul li { ... ul ul ul li { ... ```