maxW9 method

max-w-9 -->gt; max-width: 36px;

Implementation

ContainerBuilder maxW9() {
  _maxWidth = 36;
  return this;
}