feat: work on displaying doc structure in sidebar
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 1450px;
|
||||
padding: 5rem;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user