Images and content blocks have a radius of 3px.
.img {
border-radius: $radius;
// border-radius: 3px;
}
Avatars and profile pictures of people are square have a radius of 50%.
.avatar {
overflow: hidden;
border-radius: 50%;
}
Images and content blocks have a radius of 3px.
.img {
border-radius: $radius;
// border-radius: 3px;
}
Avatars and profile pictures of people are square have a radius of 50%.
.avatar {
overflow: hidden;
border-radius: 50%;
}