Files
d9-eql/web/themes/custom/eql/scss/global/_layout.scss
T
2021-11-17 11:54:57 +01:00

22 lines
357 B
SCSS

// .node-type-static{
// display: grid;
// grid-template-columns: repeat(6,1fr);
// }
.layout-container {
// position: absolute;
font-family: $font-family-default;
margin: none;
top: 0%;
left: 0%;
}
.path-frontpage{
margin: 0;
}
// .contextual-region .node-type-static {
// grid-template-columns: repeat(6 1fr);
// }