ajout page 27
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user