started working on the docs sidebar

This commit is contained in:
2024-02-05 14:53:57 +01:00
parent 73d849325f
commit e5d78baad2
11 changed files with 319 additions and 7 deletions

View File

@@ -22,10 +22,17 @@ h1 {
border: 1px solid lighten($highlight-primary, 16%);
box-shadow: 0px 4px 4px 0px #00000040;
padding: 2vw;
margin-inline: 20vw;
margin-inline: 10vw;
margin-bottom: 11vh;
}
.sidebar{
position: absolute;
right: 0;
top: 0;
margin-top: 10.5vh;
}
td {
border-inline: 15px solid;