diff --git a/app/styles/modules/_cropper.scss b/app/styles/modules/_cropper.scss index c8a4352896..9997a94109 100644 --- a/app/styles/modules/_cropper.scss +++ b/app/styles/modules/_cropper.scss @@ -10,6 +10,11 @@ @include respond-to('compressedLandscape') { margin: 0 auto; } + @include respond-to('small') { + margin: 0 auto; + text-align: center; + width: auto; + } img { position: absolute; @@ -44,6 +49,10 @@ &::after { right: -(420 - $avatar-size) / 2; } + @include respond-to('small') { + display: inline-block; + left: 0; + } } .drag-overlay {