3c73ddd443
This allows us to add them anywhere in the app, and also to add more features, like e.g. hover info boxes, links, and so on.
8 lines
119 B
SCSS
8 lines
119 B
SCSS
img.avatar {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
vertical-align: middle;
|
|
margin-right: 0.2rem;
|
|
border-radius: 1rem;
|
|
}
|