Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lists on Mobile Have No White Space #116

Open
BFTrick opened this issue May 24, 2017 · 2 comments
Open

Lists on Mobile Have No White Space #116

BFTrick opened this issue May 24, 2017 · 2 comments

Comments

@BFTrick
Copy link
Contributor

BFTrick commented May 24, 2017

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
Copy link
Contributor Author

BFTrick commented May 24, 2017

Possibly related: #92

@jameskoster
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants