ajout page 27

This commit is contained in:
hugogogo
2021-03-14 23:20:17 +01:00
parent f9c22a02c2
commit 454f5cb40f
20 changed files with 252 additions and 58 deletions

View File

@@ -4,7 +4,8 @@
/* aside left is for page table of content */
body aside.aside_left {
top: calc(var(--nav-height) + 1px);
height: calc(100vh - var(--nav-height));
height: 100%;
max-height: calc(100vh - var(--nav-height));
padding: calc(var(--gap-unit) / 2);
}
/* asides elements only have width if they have a child*/