ajout des deux autres pages vides et mise en page rudimentaire de l'accueil

This commit is contained in:
hugogogo
2021-03-03 10:46:56 +01:00
parent 28cc00b198
commit b113c16ec5
7 changed files with 240 additions and 28 deletions

View File

@@ -136,9 +136,6 @@ body aside.page_content {
top: calc(var(--nav-height) + 1px);
height: calc(100vh - var(--nav-height));
margin-right: var(--aside-margin);
/*
border-right: 1px solid lightgrey;
*/
}
/* asides elements only have width if they have a child*/
body aside.page_content .table_box {
@@ -148,8 +145,6 @@ body aside.page_content .table_box {
box-sizing: border-box;
padding: var(--gap-unit);
/*for style*/
/*
*/
border-left: 1px solid lightgrey;
}
/*to put space between elements*/