maxHxl method

ContainerBuilder maxHxl()

max-h-xl -->gt; max-height: 36rem (576px);

Implementation

ContainerBuilder maxHxl() {
  _maxHeight = 576;
  return this;
}