modif responsive
This commit is contained in:
parent
00df317bb0
commit
7abc3d09d6
|
@ -10,4 +10,5 @@
|
|||
<p>LE BON PLAN POUR MANGER</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</nav>
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -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 |
Loading…
Reference in New Issue