ajout des archives litterall
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
/*---------------------------------------------*/
|
||||
/*ASIDE LEFT*/
|
||||
/* aside left is for page table of content */
|
||||
body aside.page_content {
|
||||
body aside.aside_left {
|
||||
top: calc(var(--nav-height) + 1px);
|
||||
height: calc(100vh - var(--nav-height));
|
||||
padding: calc(var(--gap-unit) / 2);
|
||||
}
|
||||
/* asides elements only have width if they have a child*/
|
||||
body aside.page_content .table_box {
|
||||
body aside.aside_left .table_box {
|
||||
min-width: var(--aside-left-width);
|
||||
margin: var(--aside-margin) auto var(--aside-margin) var(--aside-margin);
|
||||
padding: var(--gap-unit);
|
||||
@@ -16,10 +16,10 @@ body aside.page_content .table_box {
|
||||
border-left: 1px solid var(--color-lines-3);
|
||||
}
|
||||
/*to put space between elements*/
|
||||
body aside.page_content .table_box > * {
|
||||
body aside.aside_left .table_box > * {
|
||||
margin-bottom: var(--gap-unit);
|
||||
}
|
||||
body aside.page_content .table_box h2 {
|
||||
body aside.aside_left .table_box h2 {
|
||||
color: var(--color-text-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user