ajout footer

This commit is contained in:
ethylotest
2021-03-23 15:14:54 +01:00
parent 1e2aa8ce45
commit 0ccf124418
11 changed files with 50 additions and 15 deletions

9
styles/skeleton.css vendored
View File

@@ -25,6 +25,7 @@ nav {
}
nav iframe {
width: 100%;
height: 100%;
}
.container_main {
flex-direction: row;
@@ -44,8 +45,12 @@ main {
aside.aside_right {
background-color: var(--color-back-base);
}
footer.page_footer {
background-color: var(--color-back-dark);
footer {
height: var(--footer-height);
}
footer iframe {
width: 100%;
height: 100%;
}