Fix du footer dans les sous pages du lore
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
main {
|
||||
min-height: 85vh;
|
||||
body {
|
||||
min-height: 100vh; /* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto; /* SEE: https://www.geeksforgeeks.org/css/css-grid-layout-the-fr-unit/ */
|
||||
}
|
||||
|
||||
nav {
|
||||
@@ -103,6 +105,7 @@ footer {
|
||||
/* PAGE: Univers Sci-fi et sous-pages */
|
||||
/* AUTEUR: Léa */
|
||||
/**************************************/
|
||||
|
||||
.lore {
|
||||
background: #13172c url("../images/ImagesLea/warframeLore.jpg") no-repeat center;
|
||||
background-size: cover;
|
||||
@@ -119,7 +122,7 @@ footer {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.lore p, blockquote{
|
||||
.lore article p, blockquote{
|
||||
margin-left: 10px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user