test
This commit is contained in:
parent
7ad6173b1d
commit
83067226a9
@ -1,11 +1,14 @@
|
||||
.big-pfp {
|
||||
border-radius: 50px;
|
||||
margin: 0;
|
||||
width: fit-content;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.big-pfp:hover{
|
||||
.big-pfp > img {
|
||||
border-radius: 5000px;
|
||||
}
|
||||
|
||||
.big-pfp:hover > img{
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user