mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
108 B
SCSS
8 lines
108 B
SCSS
![]() |
.user-profile {
|
||
|
.user-avatar {
|
||
|
height: 80px;
|
||
|
width: 80px;
|
||
|
display: block;
|
||
|
border-radius: 80px;
|
||
|
}
|
||
|
}
|