mx method

Implementation

AzContainer mx(double x){
  _marginLeft = x;
  _marginRight = x;
  return this;
}