diff --git a/server/templates/master.dust b/server/templates/master.dust index d16ff70..bd2a3dd 100644 --- a/server/templates/master.dust +++ b/server/templates/master.dust @@ -15,7 +15,8 @@ HomeTechnology - + + diff --git a/server/templates/pages/contact.dust b/server/templates/pages/contact.dust index 1880161..0c209ea 100644 --- a/server/templates/pages/contact.dust +++ b/server/templates/pages/contact.dust @@ -1,7 +1,7 @@
-
+

ContactUs

If you are thinking about starting a new project or already have one on the go, we wolud love to be involved. To discuss your best options, contact us using the details below and we will be happy to help.

Alternatively, leave us your contact details and a message using the form and we'll get back to you.

diff --git a/src/js/app.js b/src/js/app.js index e18a3ec..b292526 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -6,7 +6,6 @@ var app = new Ridge({ views: require('./views') }); -app.module(require('spytext')); $(function() { app.navigation = new app.views.Navigation({ el: app.$('nav') }); diff --git a/src/sass/_content.scss b/src/sass/_content.scss index 24f0d92..6615921 100644 --- a/src/sass/_content.scss +++ b/src/sass/_content.scss @@ -67,7 +67,8 @@ img { @include ratio(1); width:30px; - vertical-align:-10px; + display:inline-block; + vertical-align:-19%; } } } @@ -199,7 +200,7 @@ .splash-text { *{@include std-shadow-text;} position:absolute; - bottom:20%; + bottom:17%; left:0; right:0; text-align: center; @@ -232,11 +233,11 @@ .content-row { .intro{ h2 { - font-weight:600; + font-weight:500; color:$softerwhite; } p { - font-weight:600; + font-weight:500; color:$softerwhite; } margin-bottom:5%; @@ -631,7 +632,7 @@ p { font-size: 1.2em; - font-weight: 600; + font-weight: 500; margin-top:30%; text-shadow: 5px 3px 10px rgba(0, 0, 0, 1); } @@ -729,6 +730,9 @@ font-weight: 500; } } + .m-6 { + @media all and (max-width:800px){width:100%;} + } .customers-say { background:url(../img/customers-say.jpg) top left/cover no-repeat; min-height:600px; @@ -786,6 +790,11 @@ font-weight: 500; } } + .disable-spacing-small { + @media all and(max-width:640px){ + h1 {margin-bottom:12.8px;} + } + } .map { background:url(../img/map.png) center/cover no-repeat; height:300px;