Currently working on a ReactJS/MaterialUI webapp and looking to enhance the layout. Seeking advice on whether it's best practice to add padding or margin to create space on the left and right side of the page, similar to popular websites like Stack Overflow. Additionally, curious about how to handle responsiveness for mobile devices without the extra space.
Considering implementing blank grid sections on the sides with breakpoints for non-mobile view, but unsure if this is the optimal solution. Would appreciate insights on the recommended approach in this scenario.