10 lines
108 B
SCSS
10 lines
108 B
SCSS
.avatar {
|
|
margin: auto;
|
|
max-width: 148px;
|
|
text-align: center;
|
|
|
|
img {
|
|
border-radius: 10px;
|
|
}
|
|
}
|