-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full width grid container #416
Comments
The documentation for the Layout/Grid will also need information adding about the full-width container. It also might be an opportunity for re-writing some of the Grid pages on the Service Manual, as some classes aren't used any more and some of the guidance is incorrect. |
chrimesdev
added a commit
that referenced
this issue
Mar 18, 2019
The current nhsuk-width-container is restricted to a max width of 960px. A new container has been added (nhsuk-width-container-fluid), which which spans the entire width of the viewport and allows for full screen layouts.
chrimesdev
added a commit
that referenced
this issue
Mar 18, 2019
The current nhsuk-width-container is restricted to a max width of 960px. A new container has been added (nhsuk-width-container-fluid), which which spans the entire width of the viewport and allows for full screen layouts.
chrimesdev
added a commit
that referenced
this issue
Mar 18, 2019
The current nhsuk-width-container is restricted to a max width of 960px. A new container has been added (nhsuk-width-container-fluid), which which spans the entire width of the viewport and allows for full screen layouts.
chrimesdev
added a commit
that referenced
this issue
Mar 18, 2019
The current nhsuk-width-container is restricted to a max width of 960px. A new container has been added (nhsuk-width-container-fluid), which which spans the entire width of the viewport and allows for full screen layouts.
chrimesdev
added a commit
that referenced
this issue
Mar 19, 2019
Add examples for the fixed-width and fluid-width containers to the Core folder README.
chrimesdev
added a commit
that referenced
this issue
Mar 19, 2019
Have the guttering to go 32px above the desktop breakpoint of 769px.
davidhunter08
added a commit
that referenced
this issue
Mar 19, 2019
[refs #416] Extend the page layout to include a fluid-width container.
Released in version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've seen a need for new designs to support a full-width page design, spanning the entire width of the viewport. For example to fit content such as large data tables on the page without restricting it to a 'letterbox' design.
The current
nhsuk-width-container
is restricted to a max width of 960px. This could be modified to allow the 960px to be customisable via variables or an additionalnhsuk-width-container
class to give a full width layout with the relevant spacing and guttering. Similar tocontainer
andcontainer-fluid
classes used in the Bootstrap framework.The text was updated successfully, but these errors were encountered: