stacker.news/components/user-header.module.css
2021-09-23 12:42:00 -05:00

16 lines
197 B
CSS

.username {
width: 300px;
}
.nav {
margin-top: 1rem;
justify-content: space-between;
}
.nav div:first-child a {
padding-left: 0;
}
.nav div:last-child a {
padding-right: 0;
}