From a37fcd6691b1edc5fff59e90d0ee2de5f74334e4 Mon Sep 17 00:00:00 2001 From: James Warren Date: Tue, 10 Feb 2015 14:38:21 +0000 Subject: [PATCH] responsive project hero image offsets --- app/less/mobile/modules/project-hero.less | 4 ++-- app/less/tablet/modules/project-hero.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/less/mobile/modules/project-hero.less b/app/less/mobile/modules/project-hero.less index 478fb68..13ce329 100644 --- a/app/less/mobile/modules/project-hero.less +++ b/app/less/mobile/modules/project-hero.less @@ -7,8 +7,8 @@ .project-hero { .hero-image { - margin-left: -8%; - max-width: 110%; + margin-left: -53%; + max-width: 155%; } } diff --git a/app/less/tablet/modules/project-hero.less b/app/less/tablet/modules/project-hero.less index 478fb68..2f61c69 100644 --- a/app/less/tablet/modules/project-hero.less +++ b/app/less/tablet/modules/project-hero.less @@ -7,7 +7,7 @@ .project-hero { .hero-image { - margin-left: -8%; + margin-left: -28%; max-width: 110%; }