Simplify, add initial website
This commit is contained in:
parent
1b2ca8eb87
commit
da95985e43
10 changed files with 391 additions and 37 deletions
14
docs/static/css/style.css
vendored
Normal file
14
docs/static/css/style.css
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
footer {
|
||||
padding: 12px;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
/* || Sidenav */
|
||||
.sidenav {
|
||||
width: 250px;
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
overflow-x: hidden;
|
||||
padding: 6px 8px 6px 16px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue