stacker.news/components/user-header.module.css

29 lines
406 B
CSS

.usernameForm {
width: 300px;
margin-bottom: 0;
}
.nav {
margin-top: 1rem;
justify-content: space-between;
}
.nav div:first-child a {
padding-left: 0;
}
.nav div:last-child a {
padding-right: 0;
}
.userimg {
clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 17% 100%);
object-fit: cover;
}
.username {
font-weight: bold;
font-size: 150%;
line-height: 1.25rem;
}