forked from mirrors/relay
Shrink avatar when narrow screen
This commit is contained in:
parent
a45c204a5b
commit
99359cc653
1 changed files with 12 additions and 0 deletions
|
@ -214,3 +214,15 @@ footer {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 500px) {
|
||||||
|
.avatar {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
margin: 16px 24px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue