maxH4xl method

ContainerBuilder maxH4xl()

max-h-4xl -->gt; max-height: 56rem (896px);

Implementation

ContainerBuilder maxH4xl() {
  _maxHeight = 896;
  return this;
}