16 lines
197 B
CSS
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;
|
|
} |