maxH7xl method

ContainerBuilder maxH7xl()

max-h-7xl -->gt; max-height: 80rem (1280px);

Implementation

ContainerBuilder maxH7xl() {
  _maxHeight = 1280;
  return this;
}