modif css search-bar

This commit is contained in:
Vincent Ramiere 2022-03-11 15:34:20 +01:00
parent 403875422c
commit 2502cd88bd
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
<div class="container">
<div class="container mb-5">
<img src="assets/you-shall-not-pass.gif"/>
</div>
</div>

View File

@ -9,12 +9,12 @@
}
.titre{
display: flex;
justify-content: flex-start;
margin: 2.5em 0 0.5em 8.2em;
color: #CE0000;
}
@ -24,5 +24,5 @@
}
.search-restau{
width:35%
min-width:35%
}