// Container mixins

@mixin make-container() {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
