This commit is contained in:
Richard Mikloš 2024-02-02 17:10:31 +01:00
parent 7330fafbfa
commit cbd19a49f3

@ -1,9 +1,13 @@
.big-pfp {
border-radius: 50px;
width: 140px;
margin: 0;
width: fit-content;
}
.big-pfp:hover{
border-radius: 0;
}
.big-pfp img {
width: 150px;
}