diff --git a/app/styles/application.scss b/app/styles/application.scss index 47a850d1d..4e164fd2e 100644 --- a/app/styles/application.scss +++ b/app/styles/application.scss @@ -13,4 +13,15 @@ .nhsuk-image__img { padding: nhsuk-spacing(2); } + + // Class to allow full-width, breaking out of the grid + // add to a lone element (ie img) or a container (ie figure) + .app-media--full-width { + width: 92vw; + max-width: 960px; + + figcaption { + max-width: 44em; + } + } }