balibabu
feat: layout the knowledge list page and modify the page switching button in the header (#48)
af3ef26
.navs { | |
ul { | |
padding: 0; | |
list-style: none; | |
display: flex; | |
} | |
li { | |
margin-right: 1em; | |
} | |
} | |
.layout { | |
height: 100vh; | |
} | |
body { | |
margin: 0; | |
} | |
.divider { | |
margin: 0; | |
} | |