watch.twip-network.org/styles/pages/user/profile.css

13 lines
153 B
CSS
Raw Normal View History

2024-02-02 17:08:46 +01:00
.big-pfp {
border-radius: 50px;
2024-02-02 17:10:31 +01:00
margin: 0;
width: fit-content;
2024-02-02 17:08:46 +01:00
}
.big-pfp:hover{
border-radius: 0;
2024-02-02 17:10:31 +01:00
}
.big-pfp img {
2024-02-02 17:08:46 +01:00
width: 150px;
}