Skip to content
Snippets Groups Projects
Commit 8f0d639b authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5647: css change for padding variable in layout-constraint mixin, css...

ISTWCMS-5647: css change for padding variable in layout-constraint mixin, css change to variable max-width. css for title to fill full width of section
parent e03ed58c
No related branches found
No related tags found
1 merge request!14Feature/istwcms 5647 ebremner migrate node
......@@ -33,7 +33,6 @@
@mixin heading-1 {
@include heading-base;
font-size: var( --font-size-8);
max-inline-size: var(--size-header-1);
}
@mixin heading-2 {
......
:where(html) {
--layout-gutter: var(--size-4);
--layout-gutter: var(--size-2);
--layout-max-width: 75rem;
--grid-gutter: var(--size-4);
--layout-wide-max-width: 47.0625rem;
--grid-gutter: var(--size-2);
--grid-gap: var(--size-4);
--max-width: 47.0625rem;
}
......@@ -192,7 +192,7 @@
// Width is experimental to match one of the max-widths in
// layouts for narrower width page look.
@include uw-contained-width(var(--max-width));
@include uw-contained-width(var(--layout-wide-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