🐛 Fixed footer style

This commit is contained in:
Florian Sylvain
2022-01-09 22:22:20 +01:00
parent 8284d6b50b
commit 96b7e387bf
+8 -5
View File
@@ -14,11 +14,15 @@
font-family: sans-serif; font-family: sans-serif;
} }
body { html {
position: relative; position: relative;
min-height: 100%;
}
body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 0; margin: 0 0 75px;
padding: 0; padding: 0;
width: 100%; width: 100%;
background-color: #FDFDFD; background-color: #FDFDFD;
@@ -29,18 +33,17 @@ header {
} }
footer { footer {
position: absolute;
z-index: 10;
display: flex; display: flex;
justify-content: right; justify-content: right;
padding: 25px; padding: 25px;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
position: relative;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
z-index: 10;
height: 75px; height: 75px;
background: #464646; background: #464646;
} }
footer a { footer a {