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