Blame view

public/scss/plugin/_avatar.css 270 Bytes
htoooth authored
1 2 3 4
.avatar {
    line-height: 0;		/* remove line-height */
    display: inline-block;	/* circle wraps image */
    margin: 5px;
htoooth authored
5
    border: 0.5px solid white;
htoooth authored
6 7 8 9
    border-radius: 50%;	/* relative value */
    transition: linear 0.25s;
    height: 100px;
    width: 100px;
htoooth authored
10
}