You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
287 B

8 years ago
.bod{
/* border-bottom: 1px solid $light-grey; */
8 years ago
.avatar{
position: relative;
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 20px;
display: block;
img{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
8 years ago
}
}