Update style.css to add flex layout to .bloc_commandes

This commit is contained in:
2024-04-12 13:24:18 +02:00
parent 2a35d0289f
commit 0564e2ae8c

View File

@@ -128,11 +128,13 @@ footer {
} }
.bloc_commandes { .bloc_commandes {
display: flex;
flex-direction: column;
border: 1px solid gray; border: 1px solid gray;
border-radius: 2em; border-radius: 2em;
background-color: white; background-color: white;
margin-left: 5%; margin-left: 5%;
margin-bottom: 20%; margin-bottom: auto;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
width: 90%; width: 90%;
} }