16 lines
226 B
CSS
16 lines
226 B
CSS
.icon {
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: 800;
|
|
color: #fff;
|
|
flex-shrink: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.logo {
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|