maxH2xs method

ContainerBuilder maxH2xs()

max-h-2xs -->gt; max-height: 18rem (288px);

Implementation

ContainerBuilder maxH2xs() {
  _maxHeight = 288;
  return this;
}