maxH3xl method

ContainerBuilder maxH3xl()

max-h-3xl -->gt; max-height: 48rem (768px);

Implementation

ContainerBuilder maxH3xl() {
  _maxHeight = 768;
  return this;
}