Simplify, add initial website

This commit is contained in:
Marta Sienkiewicz 2026-01-11 18:33:53 +01:00
parent 1b2ca8eb87
commit da95985e43
10 changed files with 391 additions and 37 deletions

14
docs/static/css/style.css vendored Normal file
View 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;
}