2022-04-27 19:04:00 +00:00
|
|
|
.usernameForm {
|
2021-05-25 00:08:56 +00:00
|
|
|
width: 300px;
|
2022-04-27 19:04:00 +00:00
|
|
|
margin-bottom: 0;
|
2021-09-23 17:42:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
margin-top: 1rem;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav div:first-child a {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav div:last-child a {
|
|
|
|
padding-right: 0;
|
2022-04-27 19:04:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|