diff --git a/_includes/hero/contact.html b/_includes/hero/contact.html
index f0c9ab1..5404808 100644
--- a/_includes/hero/contact.html
+++ b/_includes/hero/contact.html
@@ -21,7 +21,7 @@
Dash
diff --git a/contact/index.html b/contact/index.html
index 6dbb523..010bfd8 100644
--- a/contact/index.html
+++ b/contact/index.html
@@ -20,7 +20,7 @@ description: pages.contact.description
-
+
{% t pages.contact.mail-list-heading %}
diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss
index 560ab1d..848ccd3 100755
--- a/src/scss/_junk-drawer.scss
+++ b/src/scss/_junk-drawer.scss
@@ -471,12 +471,19 @@ a.blog_link {
font-weight: $font-weight-bold;
}
-.section__title{
- font-weight: 300;
- font-size: 3.35294rem;
- line-height: 1.2;
- letter-spacing: -0.015em;
- margin-bottom: 10px;
- text-align: center;
- margin-bottom: 40px;
+.mailboxes-bg{
+ background-image: url(../../assets/img/hero/mailboxes.jpg);
+ position: relative;
+ background-size: cover;
+ z-index: 1;
+ &:after {
+ content: '';
+ background-image: $gradient-default-overlay-blue;
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: -1;
+ }
}
diff --git a/src/scss/_section.scss b/src/scss/_section.scss
index ee787be..1daaa6b 100644
--- a/src/scss/_section.scss
+++ b/src/scss/_section.scss
@@ -10,7 +10,15 @@ $m: 'section';
padding: 0 20px;
margin: 0 auto;
}
-
+ &__title{
+ font-weight: 300;
+ font-size: 3.35294rem;
+ line-height: 1.2;
+ letter-spacing: -0.015em;
+ margin-bottom: 10px;
+ text-align: center;
+ margin-bottom: 40px;
+ }
&--intro-lead {
text-align: center;
.#{$m} {