modif responsive

This commit is contained in:
Your Name 2022-03-07 16:11:36 +01:00
parent 00df317bb0
commit 7abc3d09d6
6 changed files with 41 additions and 3 deletions

View File

@ -10,4 +10,5 @@
<p>LE BON PLAN POUR MANGER</p>
</div>
</div>
</nav>

View File

@ -10,6 +10,7 @@
}
.trait{
width: 100%;
@ -26,4 +27,12 @@ p{
left: 68px;
padding : 0 10px 0 10px;
color: grey;
}
@media only screen and (max-width:753px) {
.trait{
display: none;
}
}

View File

@ -1,13 +1,15 @@
#image-header{
display: flex;
justify-content: center;
}
img{
width: 100%;
display: block;
height: auto;
margin: 0 auto;
padding: 0;
@ -23,3 +25,14 @@ img{
@media only screen and (max-width:1131px) {
.navbar-toggler{
margin: 3vh;
}
.container-fluid{
padding: 0;
}
}

View File

@ -1,5 +1,5 @@
<form class="d-flex align-items-center pe-2 pt-2">
<input class="form-control me-5 position-relative" type="search" #newItem placeholder="Trouver votre SIMPL'EAT..."
<form class="content d-flex align-items-center pe-3 pt-2">
<input class="search form-control me-2 position-relative" type="search" #newItem placeholder="Trouver votre SIMPL'EAT..."
aria-label="Search">
<button type="button" class="btn btn-outline-danger" (click)="onChangeInput(newItem.value)">Recherche</button>
</form>

View File

@ -1,4 +1,19 @@
input[type="search"], textarea{
background-color: #edf5f1;
}
@media only screen and (max-width:753px) {
.content{
margin-left: 3vh;
margin-top: 3vh;
}
// .btn{
// display: none;
// }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB