issues - fix avatar width in small screens
parent
f91a4bab87
commit
52e72e824f
|
@ -37,6 +37,7 @@
|
|||
display: flex;
|
||||
img {
|
||||
flex-basis: 35px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
figcaption {
|
||||
margin-left: .5rem;
|
||||
|
|
Loading…
Reference in New Issue