9 lines
114 B
CSS
9 lines
114 B
CSS
|
.big-pfp {
|
||
|
border-radius: 50px;
|
||
|
width: 140px;
|
||
|
}
|
||
|
|
||
|
.big-pfp:hover{
|
||
|
border-radius: 0;
|
||
|
width: 150px;
|
||
|
}
|