From: vincent@cubedesigners.com Date: Wed, 31 Aug 2016 13:55:28 +0000 (+0000) Subject: fix #641 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=43d2c768fbd0e0f031685c4ad60f4065d7499536;p=fluidbook-v3.git fix #641 @1.5 --- 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