Indenting Text for List ItemsDecember 29, 2015 by Laura Hartwig Leave a CommentI hate it when you have a list item that wraps around but the text doesn’t indent to match up with the text after the dot. Here’s how to fix that: ul > li { display: table-row; } ul li:before{ display: table-cell; } Hope this helps!Share this:TweetShare on TumblrPrintEmailRelatedYou might also like: Beautiful Examples of CSS3 Typography
Leave a Reply