diff --git a/1-huddle-landing-page-with-single-introductory-section/index.html b/1-huddle-landing-page-with-single-introductory-section/index.html index 27ac23e..f0b265a 100644 --- a/1-huddle-landing-page-with-single-introductory-section/index.html +++ b/1-huddle-landing-page-with-single-introductory-section/index.html @@ -38,7 +38,7 @@

Build The Community Your Fans Will Love

Challenge by Frontend Mentor. - Coded by Your Name Here. + Coded by Douglas Pessoa.

diff --git a/1-huddle-landing-page-with-single-introductory-section/src/css/style.css b/1-huddle-landing-page-with-single-introductory-section/src/css/style.css index f492b18..a4a1438 100644 --- a/1-huddle-landing-page-with-single-introductory-section/src/css/style.css +++ b/1-huddle-landing-page-with-single-introductory-section/src/css/style.css @@ -8,7 +8,7 @@ body { display:flex; flex-direction: column; justify-content: space-between; - margin: 54px 72px; + margin: 54px 72px 40px 72px; } header {