card resto + modifs

This commit is contained in:
Your Name 2022-01-20 17:23:07 +01:00
parent 70264d5496
commit 1c9acc3193
14 changed files with 97 additions and 23 deletions

View file

@ -1,6 +1,6 @@
<footer class="d-flex">
<div class = "logo d-inline-flex align-items-center">
<div class = "logo d-inline-flex align-items-center p-4">
<img src="../../assets/Logo_footer.png">
</div>

View file

@ -2,6 +2,7 @@ footer {
width: 100%;
height: 113px;
background-color: #CE0000;
margin-top: 4em;
}
.liens{
@ -9,6 +10,7 @@ footer {
}
h5{
padding-right: 50px;
padding-right: 4em;
color: white;
font-weight: lighter;
}