watch.twip-network.org/styles/pages/user/profile.css
2024-02-02 17:10:51 +01:00

14 lines
175 B
CSS

.big-pfp {
border-radius: 50px;
margin: 0;
width: fit-content;
overflow: hidden;
}
.big-pfp:hover{
border-radius: 0;
}
.big-pfp img {
width: 150px;
}