-
-
Notifications
You must be signed in to change notification settings - Fork 112
feat: increase content width #21
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
Conversation
This is how it looks like on my website. There is no breathing room between the left sidebar and the docs content.
I suggest, we look at some docs website and then bring those improvements in @dimerapp/docs-theme
directly
Screenshot from https://www.radix-ui.com/themes/docs/overview/getting-started
Screen Shot 2024年02月02日 at 10 02 49Screenshot from https://laravel.com/docs
Screen Shot 2024年02月02日 at 10 04 15Screenshot from https://tailwindcss.com/docs/installation
Screen Shot 2024年02月02日 at 10 03 08Screenshot from https://docs.astro.build/en/tutorials/add-content-collections/
Screen Shot 2024年02月02日 at 10 04 54
Uh oh!
There was an error while loading. Please reload this page.
Hey there! 👋🏻
This PR increases the width of the content to a
70ch
unit.The same was done for V5 documentation a long time ago.
I have tested the change on different resolutions, and I believe we could even increase it to
80ch
after a1920px
of width. What do you think?This will also help to solve some issues brought up by #20.