layout.css 80 B

123
  1. .node-type-static {
  2. display: grid;
  3. grid-template-columns: repeat(6, 1fr); }