Love the theme. Great job!
I was trying to use an unordered list within feature-left, but the list bullets were not being displayed. I modified my CSS to add list-style: inside; to the following at the top of the file:
ol,
ul {
margin: 0;
padding: 0;
list-style: inside;
}
This fixed the problem, and also, I like this better than the default styling for lists.