highwind
highwind copied to clipboard
Lists on Mobile Have No White Space
In the regular desktop view unordered & ordered lists within a post look good because they have white space on the side.

On mobile they don't have that whitespace. It rests on the very edge of the browser window. We should probably add some CSS for small screens that adds some padding on the left.

Could look something like:
.article-content ul, .article-content ol {
padding: 0 0 0 40px;
}
Code sample from my friend Sal Ferrarello.
See it live: https://www.speakinginbytes.com/2017/05/one-feature-missing-from-the-top-50/
Possibly related: #92
I hope to give Highwind some TLC soon. Can't say when for certain but this will be fixed then :)