diff --git a/src/index.html b/src/index.html index b1ff13ccda..ffd619bf38 100644 --- a/src/index.html +++ b/src/index.html @@ -209,7 +209,7 @@

-
+
-
+

Contact us

diff --git a/src/styles/section/item.scss b/src/styles/section/item.scss index b0cd9b086f..a83fb777c7 100644 --- a/src/styles/section/item.scss +++ b/src/styles/section/item.scss @@ -40,11 +40,11 @@ background-repeat: no-repeat; background-size: cover; margin-left: -120px; - margin-bottom: 50px; } } &--aboutus__paragraph { + padding: 50px 0; @include for-desktop() { justify-content: space-between; } diff --git a/src/styles/section/section.scss b/src/styles/section/section.scss index 9bb75b3482..271da29c97 100644 --- a/src/styles/section/section.scss +++ b/src/styles/section/section.scss @@ -14,4 +14,13 @@ justify-content: center; color: $color-black; padding-bottom: 50px; + + &--aboutus { + background-color: $color-aboutus-background; + padding-bottom: 0; + } + + &--contactus { + padding-top: 50px; + } } diff --git a/src/styles/utils/_vars.scss b/src/styles/utils/_vars.scss index 5a6f727aaa..199fef8050 100644 --- a/src/styles/utils/_vars.scss +++ b/src/styles/utils/_vars.scss @@ -4,3 +4,4 @@ $color-input: #f9f9f9; $color-orange: #f98921; $color-gray: #9393a3; $color-darker-black: #010810; +$color-aboutus-background: #fcfaef;