style(avatar): centered avatar in landscape mode

This commit is contained in:
hritvi 2019-03-11 15:27:44 +05:30
Родитель ee464010e5
Коммит 0e51e2bd82
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,9 @@
overflow: hidden;
position: relative;
width: $avatar-size + 180px;
@include respond-to('compressedLandscape') {
margin: 0 auto;
}
img {
position: absolute;