Open shantanuraj opened 3 years ago
Currently there's no max-width for the applicaton so readability is really poor on wider viewports
Adding some css to limit max-width of the main container
main
main { max-width: 1376px; margin: 0 auto; padding-left: 0; }
Maybe @oliviale has a different suggestion.
Problem
Currently there's no max-width for the applicaton so readability is really poor on wider viewports
Suggestions
Adding some css to limit max-width of the
main
containerResult
Maybe @oliviale has a different suggestion.