jan/docs/src/theme/NavbarExtension/NavPageContainer.module.css
2024-03-04 16:37:35 +07:00

14 lines
248 B
CSS

.NavPageContainer {
margin-right: auto;
display: flex;
align-items: right;
}
.NavPageItem {
margin: 0 30px;
font-size: 16px;
font-weight: normal;
color: #262a2f;
cursor: pointer;
text-decoration: none;
}