maxH2xl method

ContainerBuilder maxH2xl()

max-h-2xl -->gt; max-height: 42rem (672px);

Implementation

ContainerBuilder maxH2xl() {
  _maxHeight = 672;
  return this;
}