diff --git a/src/scss/_modal.scss b/src/scss/_modal.scss index 57075ed..c430854 100644 --- a/src/scss/_modal.scss +++ b/src/scss/_modal.scss @@ -28,7 +28,7 @@ @include shadow-float(); background-color: $white; - left: calc(50% - 300px); + left: calc(50% - 200px); max-height: calc(100% - 10em); max-width: 100%; min-height: 10em; @@ -44,6 +44,7 @@ } &.wide { + left: calc(50% - 300px); width: 600px; }