-
Task
-
Resolution: Fixed
-
Critical
-
None
-
-
pannonian, iapetus
This allows us to ensure the headers and content body align with each other. This gives the container a max-width.
This allows us to ensure the headers and content body align with each other. This gives the container a max-width.
Move from a fluid container to a max-width of 1200px for the header and all the body content.
.container {
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}