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

Merge branch 'feature/ISTWCMS-5648-ebremner-layout-builder-sections' into '1.0.x'

ISTWCMS-5648: fixing layout uw col 1

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