This commit is contained in:
Richard Mikloš 2024-02-02 17:36:52 +01:00
parent 5f96faf682
commit 5bf66942a6

@ -2,10 +2,6 @@
margin: 0;
width: fit-content;
overflow: hidden;
}
.big-pfp > img {
border-radius: 5000px;
transition-duration: 0.3s;
}
@ -16,4 +12,6 @@
.big-pfp img {
width: 150px;
border-radius: 5000px;
transition-duration: 0.3s;
}