modif responsive
This commit is contained in:
parent
00df317bb0
commit
7abc3d09d6
6 changed files with 41 additions and 3 deletions
|
@ -10,4 +10,5 @@
|
||||||
<p>LE BON PLAN POUR MANGER</p>
|
<p>LE BON PLAN POUR MANGER</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.trait{
|
.trait{
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -27,3 +28,11 @@ p{
|
||||||
padding : 0 10px 0 10px;
|
padding : 0 10px 0 10px;
|
||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width:753px) {
|
||||||
|
|
||||||
|
.trait{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -1,13 +1,15 @@
|
||||||
|
|
||||||
|
|
||||||
#image-header{
|
#image-header{
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img{
|
img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
height: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
@ -23,3 +25,14 @@ img{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (max-width:1131px) {
|
||||||
|
.navbar-toggler{
|
||||||
|
margin: 3vh;
|
||||||
|
}
|
||||||
|
.container-fluid{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<form class="d-flex align-items-center pe-2 pt-2">
|
<form class="content d-flex align-items-center pe-3 pt-2">
|
||||||
<input class="form-control me-5 position-relative" type="search" #newItem placeholder="Trouver votre SIMPL'EAT..."
|
<input class="search form-control me-2 position-relative" type="search" #newItem placeholder="Trouver votre SIMPL'EAT..."
|
||||||
aria-label="Search">
|
aria-label="Search">
|
||||||
<button type="button" class="btn btn-outline-danger" (click)="onChangeInput(newItem.value)">Recherche</button>
|
<button type="button" class="btn btn-outline-danger" (click)="onChangeInput(newItem.value)">Recherche</button>
|
||||||
</form>
|
</form>
|
|
@ -1,4 +1,19 @@
|
||||||
input[type="search"], textarea{
|
input[type="search"], textarea{
|
||||||
background-color: #edf5f1;
|
background-color: #edf5f1;
|
||||||
|
|
||||||
|
}
|
||||||
|
@media only screen and (max-width:753px) {
|
||||||
|
|
||||||
|
.content{
|
||||||
|
margin-left: 3vh;
|
||||||
|
margin-top: 3vh;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
// .btn{
|
||||||
|
// display: none;
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
src/assets/images-header/bandeaumobile.png
Normal file
BIN
src/assets/images-header/bandeaumobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Loading…
Add table
Reference in a new issue