maxW7 method

max-w-7 -->gt; max-width: 28px;

Implementation

ContainerBuilder maxW7() {
  _maxWidth = 28;
  return this;
}