Update style.css to add flex layout to .bloc_commandes
This commit is contained in:
@@ -128,11 +128,13 @@ footer {
|
||||
}
|
||||
|
||||
.bloc_commandes {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px solid gray;
|
||||
border-radius: 2em;
|
||||
background-color: white;
|
||||
margin-left: 5%;
|
||||
margin-bottom: 20%;
|
||||
margin-bottom: auto;
|
||||
padding: 10px 10px 10px 10px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user