Skip to content
Snippets Groups Projects
Commit 6e5631ac authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-7022-kpaxman-project_search_width' into '1.1.x'

ISTWCMS-7022: when in a wide section, set the layout max width to 100%

See merge request !242
parents 0e4518ae 8e1d0489
No related branches found
No related tags found
1 merge request!242ISTWCMS-7022: when in a wide section, set the layout max width to 100%
......@@ -6,5 +6,7 @@
--grid-gutter: var(--size-2);
--grid-gap: var(--size-4);
--max-width: 47.0625rem;
.uw-full-width {
--layout-max-width: 100%;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment