Closed RomainLanz closed 2 years ago
I know you have a huge monitor, but how does it look like on a small screen? Can you share some screenshots?
This is the result on a 14" Macbook Pro (without scaling).
@thetutlage you can test the preview at https://feat-text-width.adonisjs-official-docs.pages.dev/
BTW, I don't know if it's related to this change but there's a non-ideal breakpoint around 1300px:
BTW, I don't know if it's related to this change but there's a non-ideal breakpoint around 1300px:
Yes, there are a few breakpoints where the content is 100%, and the aside or sidebar is not removed yet.
We have multiple options to avoid that:
Latest commit: |
d66c381
|
Status: | ✅ Deploy successful! |
Preview URL: | https://60de9d86.adonisjs-official-docs.pages.dev |
Branch Preview URL: | https://feat-text-width.adonisjs-official-docs.pages.dev |
So I have added some margins to avoid having the content glued to the edges.
Hey there! 👋🏻
I have always thought that the text was a bit too narrowed. This PR increased the content width to
70ch
, which is still within the recommended value.