🐛 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;
}
body {
html {
position: relative;
min-height: 100%;
}
body {
display: flex;
flex-direction: column;
margin: 0;
margin: 0 0 75px;
padding: 0;
width: 100%;
background-color: #FDFDFD;
@@ -29,18 +33,17 @@ header {
}
footer {
position: absolute;
z-index: 10;
display: flex;
justify-content: right;
padding: 25px;
align-items: center;
gap: 10px;
position: relative;
bottom: 0;
width: 100%;
z-index: 10;
height: 75px;
background: #464646;
}
footer a {