15 lines
211 B
SCSS
Vendored
15 lines
211 B
SCSS
Vendored
.cover {
|
|
width: 100%;
|
|
//height: 100%;
|
|
object-fit: cover;
|
|
object-position: 50% 50%;
|
|
}
|
|
|
|
.profile {
|
|
width: 20rem;
|
|
height: 20rem;
|
|
border-radius: 50%;
|
|
left: 3rem;
|
|
bottom: -3rem;
|
|
}
|