From 43d2c768fbd0e0f031685c4ad60f4065d7499536 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 31 Aug 2016 13:55:28 +0000 Subject: [PATCH] fix #641 @1.5 --- less/210-home.less | 2 +- less/211-home-intro.less | 1 - less/212-home-features.less | 19 +++++++++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/less/210-home.less b/less/210-home.less index 1e9dfff..7ae49cc 100644 --- a/less/210-home.less +++ b/less/210-home.less @@ -19,7 +19,7 @@ transform: translateY(-50%); @media @m900 { - position: static; + position: relative; transform: none; padding-top: 5%; padding-bottom: 80%; diff --git a/less/211-home-intro.less b/less/211-home-intro.less index bddf643..a4b31f5 100644 --- a/less/211-home-intro.less +++ b/less/211-home-intro.less @@ -26,7 +26,6 @@ section.intro { .content-inner { padding-top: 70px; - padding-bottom: 50%; } } } \ No newline at end of file diff --git a/less/212-home-features.less b/less/212-home-features.less index f4e35ce..224bbe1 100644 --- a/less/212-home-features.less +++ b/less/212-home-features.less @@ -2,12 +2,19 @@ .features { - .title { - max-width: 50%; + .title { + max-width: 50%; - @media @m900 { - max-width: none; - } - } + @media @m900 { + max-width: none; + + } + } + + .content-inner { + @media @m900 { + padding-bottom: 85%; + } + } } \ No newline at end of file -- 2.39.5