diesel.rs-website icon indicating copy to clipboard operation
diesel.rs-website copied to clipboard

Resp. design too tight around 1000px width

Open Keksoj opened this issue 4 years ago • 2 comments

I follow the tutorials on a vertical screen, my firefox window is 1000px wide and the result is frustrating :

Screenshot from 2020-06-11 14-28-54

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.

Keksoj avatar Jun 11 '20 12:06 Keksoj

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.

weiznich avatar Jun 11 '20 13:06 weiznich

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.

gdennie avatar Apr 06 '22 10:04 gdennie