This commit is contained in:
Richard Mikloš 2024-02-02 17:12:51 +01:00
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;
}