highwind icon indicating copy to clipboard operation
highwind copied to clipboard

Lists on Mobile Have No White Space

Open BFTrick opened this issue 8 years ago • 2 comments

In the regular desktop view unordered & ordered lists within a post look good because they have white space on the side.

regular-blog-post

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.

blog-post-on-mobile

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/

BFTrick avatar May 24 '17 20:05 BFTrick

Possibly related: #92

BFTrick avatar May 24 '17 20:05 BFTrick

I hope to give Highwind some TLC soon. Can't say when for certain but this will be fixed then :)

jameskoster avatar May 25 '17 09:05 jameskoster