maxH6xl method

ContainerBuilder maxH6xl()

max-h-6xl -->gt; max-height: 72rem (1152px);

Implementation

ContainerBuilder maxH6xl() {
  _maxHeight = 1152;
  return this;
}