I've been trying to indent the second+ line of text in an unordered list that resides within paragraph text so that all rows are even. However, when I insert the styles below, it messes with the main nav.
ul {
list-style: disc outside none;
margin-left: 0;
padding-left: 1em;
}
li {
padding-left: 1em;
}
I've also tried p.ul and p ul as well, but no luck. Any suggestions?
Requirements: