maxH1 method

max-h-1 -->gt; max-height: 4px;

Implementation

ContainerBuilder maxH1() {
  _maxHeight = 4;
  return this;
}