Révisions du bac avec Voie générale Voie technologique Travailler son oral avec mon-oral.net .mon_logo{ display: flex; justify-content: center; } .ma_ligne{ display: flex; flex-direction: row; width: 100%; justify-content: center; } .element{ text-align: center; width: 50%; /* padding: 0 8px 0 8px; */ border: 1pt solid hsl(0, 0%, 71%); background-color: rgb(245, 243, 243); border-radius: 5px; margin:2px; padding: 5px; } .element h3 { text-align: center; } @media screen and (max-width:600px){ .ma_boite{ display: flex; } .ma_ligne{ display: flex; flex-direction: column; } .element{ text-align: center; width: 98%; } }