diesel.rs-website
diesel.rs-website copied to clipboard
Resp. design too tight around 1000px width
I follow the tutorials on a vertical screen, my firefox window is 1000px wide and the result is frustrating :
Under 850 px those margins disapear, which means we're better off reducing the window's width to see more text.
I'm very grateful for diesel, I'd be even more if that were fixed.
As I'm not a web developer by myself I fear I'm not able to change that. If someone has an idea how to solve that, feel free to submit a PR fixing this.
While on the page, open the browser developer console (F12 or right-click and select inspect
option from context menu), find the guide-wrapper
class and disable its width
and margin-width
settings. Unfortunately, the values will resets when you refresh or leave the page.