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

ISTWCMS-5648: fixing layout uw col 1

parent 8358ec6b
No related branches found
No related tags found
1 merge request!13ISTWCMS-5648: fixing layout uw col 1
.layout--uw-1-col {
display: var(--grid-gap);
display: grid;
gap: var(--grid-gap);
grid-template-columns: 100%;
}
.layout--uw-1-col .layout__region--first {
grid-column: 1 / 2;
}
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