maxHmd method

ContainerBuilder maxHmd()

max-h-md -->gt; max-height: 28rem (448px);

Implementation

ContainerBuilder maxHmd() {
  _maxHeight = 448;
  return this;
}