mo49
5/31/2019 - 8:19 AM

_centering.scss

@mixin centering(){
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}