22 lines
354 B
SCSS
22 lines
354 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);
|
|
// }
|
|
|