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

16 lines
197 B
CSS
Raw Normal View History

2021-05-25 00:08:56 +00:00
.username {
width: 300px;
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;
2021-05-25 00:08:56 +00:00
}