maxWmd method

ContainerBuilder maxWmd()

max-w-md -->gt; max-width: 28rem (448px);

Implementation

ContainerBuilder maxWmd() {
  _maxWidth = 448;
  return this;
}