سبب إضافة margin في حال وجود justify-content
في الكود التالي ما سبب إضافة margin: 0 auto
رغم في وجود justify-content: center
.gallery { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; padding:20px 10px; max-width:1400px; margin:0 auto; }