From 0e51e2bd82dca51991403b6dab6384e3ecc83a99 Mon Sep 17 00:00:00 2001 From: hritvi Date: Mon, 11 Mar 2019 15:27:44 +0530 Subject: [PATCH] style(avatar): centered avatar in landscape mode --- app/styles/modules/_cropper.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/modules/_cropper.scss b/app/styles/modules/_cropper.scss index 6bdf4b2bb..7db387331 100644 --- a/app/styles/modules/_cropper.scss +++ b/app/styles/modules/_cropper.scss @@ -7,6 +7,9 @@ overflow: hidden; position: relative; width: $avatar-size + 180px; + @include respond-to('compressedLandscape') { + margin: 0 auto; + } img { position: absolute;