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

ISTWCMS-5647: setting the max-width variable and using it in card

parent a39c4df0
No related branches found
No related tags found
1 merge request!14Feature/istwcms 5647 ebremner migrate node
......@@ -3,4 +3,5 @@
--layout-max-width: 75rem;
--grid-gutter: var(--size-4);
--grid-gap: var(--size-4);
--max-width: 47.0625rem;
}
......@@ -186,7 +186,7 @@
// Width is experimental to match one of the max-widths in
// layouts for narrower width page look.
@include uw-contained-width(47.0625rem);
@include uw-contained-width(var(--max-width));
}
}
// CSS for displaying the title within the node :
......
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