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

Fewer characters per line and smaller width of content #26

Open
sayanee opened this issue Sep 26, 2018 · 2 comments
Open

Fewer characters per line and smaller width of content #26

sayanee opened this issue Sep 26, 2018 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@sayanee
Copy link
Contributor

sayanee commented Sep 26, 2018

Current situation

  • too many characters per line which do not make it readable
  • the content is too wide
  • the text size is too small

image

Suggested situation

  • reduce the content width
  • increase the font-size
  • ensure it's about ~75 characters per line

Checkout articles on Medium

Reference

@notthetup
Copy link
Collaborator

Strange. I'm guessing it's based on screen size? I'm seeing this.

~88 chars

screenshot 2018-09-28 07 52 54

@sayanee
Copy link
Contributor Author

sayanee commented Sep 28, 2018

Yeah, that is because the width of the content is currently relative. We can make it absolute and fixed.

.posts .post-teaser {
    padding: 4% 20%;
}

Full-width browser on same monitor

image

Smaller width browser on same monitor

image

Same content width regardless of browser width

Where as in Medium.com, the content width is fixed:

image

@mchitre mchitre added the bug Something isn't working label Oct 5, 2019
@manuignatius manuignatius added the enhancement New feature or request label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants