scale avatar and user title with container width
This commit is contained in:
parent
b05ebeaed5
commit
4ffd8499a7
2 changed files with 10 additions and 1 deletions
|
|
@ -49,7 +49,9 @@
|
|||
|
||||
.Avatar {
|
||||
width: 5em;
|
||||
width: calc(min(5em, 20cqw));
|
||||
height: 5em;
|
||||
height: calc(min(5em, 20cqw));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue