diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-017.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-017.md index 7ddfed1c6d..b5f0019246 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-017.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-017.md @@ -75,7 +75,7 @@ body { flex-wrap: wrap; justify-content: center; align-items: center; - padding: 0; + padding: 0 4px; } --fcc-editable-region-- diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-018.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-018.md index bfc5f3fa64..e1a63b0986 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-018.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-018.md @@ -81,7 +81,7 @@ body { flex-wrap: wrap; justify-content: center; align-items: center; - padding: 0; + padding: 0 4px; } --fcc-editable-region-- diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-019.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-019.md index 6520f24b49..f4906c7bfc 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-019.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-019.md @@ -73,7 +73,7 @@ body { flex-wrap: wrap; justify-content: center; align-items: center; - padding: 0; + padding: 0 4px; } --fcc-editable-region-- diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-020.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-020.md index d4d320bdb8..a4af251485 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-020.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-020.md @@ -94,7 +94,7 @@ body { flex-wrap: wrap; justify-content: center; align-items: center; - padding: 0; + padding: 0 4px; } #gallery img { diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-021.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-021.md index 9a3e9b8875..1b9ff8b514 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-021.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-021.md @@ -104,7 +104,7 @@ body { flex-wrap: wrap; justify-content: center; align-items: center; - padding: 0; + padding: 0 4px; } #gallery img {