diff --git a/css/style.css b/css/style.css index 68fa3ed..4adff2e 100644 --- a/css/style.css +++ b/css/style.css @@ -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%; }