_layout.scss 354 B

123456789101112131415161718192021
  1. // .node-type-static{
  2. // display: grid;
  3. // grid-template-columns: repeat(6,1fr);
  4. // }
  5. .layout-container {
  6. position: absolute;
  7. font-family: $font-family-default;
  8. margin: none;
  9. top: 0%;
  10. left: 0%;
  11. }
  12. .path-frontpage{
  13. margin: 0;
  14. }
  15. // .contextual-region .node-type-static {
  16. // grid-template-columns: repeat(6 1fr);
  17. // }