-
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.
[JENKINS-41547] Container must have a max-width
Epic Link | New: JENKINS-35755 [ 171716 ] |
Rank | New: Ranked higher |
Summary | Original: Container must work with a grid system | New: Container must have a max-width |
Attachment | New: 1200px Cont.png [ 35666 ] |
Assignee | Original: Brody Maclean [ brody ] | New: James Dumay [ jamesdumay ] |
Assignee | Original: James Dumay [ jamesdumay ] | New: Josh McDonald [ sophistifunk ] |
Epic Link | Original: JENKINS-35755 [ 171716 ] | New: JENKINS-41552 [ 178366 ] |
Priority | Original: Blocker [ 1 ] | New: Critical [ 2 ] |
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;
}