Revert "ajout footer a rectifier"

This reverts commit e23ffeaa81.
This commit is contained in:
2023-01-06 21:38:09 +01:00
committed by Lyanis Souidi
parent e23ffeaa81
commit f4e44c2ddf
6 changed files with 84 additions and 227 deletions

View File

@@ -1,30 +0,0 @@
footer {
font-family: system-ui;
background: #616A6B;
color: white;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
position: fixed;
bottom: 0;
width: 100%;
}
footer h2 {
font-size: 25pt;
}
footer ol {
display: inline-block;
}
footer p{
display: flex;
justify-content: center;
padding: 25px;
width: 100%;
background-color: #45a1ff;
color: white;
}