From a343ee118e61e14e91f0293f51aa262a72a5233a Mon Sep 17 00:00:00 2001 From: captainill Date: Sun, 27 Sep 2015 21:55:13 -0700 Subject: [PATCH] responsive partners --- website/source/assets/stylesheets/_home.scss | 34 ++++++++++++++++++++ website/source/index.html.erb | 4 +-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 4a19c818d..2acb7fa78 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -440,6 +440,22 @@ margin-top: 0; } } + &#partners{ + .partner-logos{ + .docker-wrap{ + //border: none; + .partner-logo{ + @include scale(.8); + margin-left: -18px; + } + } + .cloud-wrap{ + .partner-logo{ + @include scale(.8); + } + } + } + } } } } @@ -473,12 +489,30 @@ } } } + &#partners{ + .partner-logo{ + display: block !important; + float: none !important; + width: 100% !important; + margin: 0 auto; + -webkit-transform: scale(1) !important; + -ms-transform: scale(1) !important; + transform: scale(1) !important; + margin-left: 0 !important; + height: 130px !important; + } + + p{ + padding: 0 20px; + } + } } .feature-header{ h3,p{ text-align: center !important; max-width: none !important; + float: none !important; } } } diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 6f321f993..848207deb 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -74,10 +74,10 @@
-
+
-
+