From: stephen@cubedesigners.com Date: Fri, 29 Jul 2016 10:00:26 +0000 (+0000) Subject: Responsive fix for contact footer. WIP #4 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bb2e6c0df21db0390604a767d5750f80b8c3d2ee;p=fluidbook-v3.git Responsive fix for contact footer. WIP #4 @0:10 --- diff --git a/js/210-home.js b/js/210-home.js index 01e730e..2205854 100644 --- a/js/210-home.js +++ b/js/210-home.js @@ -58,6 +58,8 @@ function resizeHomeContact(ww, wh) { if (ww > 900) { var paddingTop = (wh - $(c).outerHeight()) / 2; $(".contactFooter .content-wrapper").css({paddingTop: paddingTop}); + } else { + $(".contactFooter .content-wrapper").css({paddingTop: '5%'}); } } \ No newline at end of file