14 lines
175 B
CSS
14 lines
175 B
CSS
.big-pfp {
|
|
border-radius: 50px;
|
|
margin: 0;
|
|
width: fit-content;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.big-pfp:hover{
|
|
border-radius: 0;
|
|
}
|
|
|
|
.big-pfp img {
|
|
width: 150px;
|
|
} |