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

Suggestion: Increase header and single max-width / width #346

Open
bradthornborrow opened this issue Dec 8, 2021 · 0 comments
Open

Suggestion: Increase header and single max-width / width #346

bradthornborrow opened this issue Dec 8, 2021 · 0 comments

Comments

@bradthornborrow
Copy link

Sorry if this has been raised previously. I suggest the width and max-width in _header.scss and _single.scss be increased to 1000 to allow better use of space on large monitors. I added the following changes for my site using custom.css file and found it looks better on my desktop monitor with no impact on phone or tablet rendering (at least in my testing). I tried 1280px but found that much text looked overly cluttered (to me at least), 1000px seems to be a sweet spot.

.post {
width: 100%;
max-width: 1000px;
}

.header__inner {
max-width: 100%;
width: 960px;
}

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

1 participant