style(avatar): centered avatar in landscape mode
This commit is contained in:
Родитель
ee464010e5
Коммит
0e51e2bd82
|
@ -7,6 +7,9 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
width: $avatar-size + 180px;
|
||||
@include respond-to('compressedLandscape') {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
|
|
Загрузка…
Ссылка в новой задаче