diff --git a/_config.yml b/_config.yml index 1dff652..658104c 100644 --- a/_config.yml +++ b/_config.yml @@ -76,4 +76,4 @@ gems: jekyll_get: data: countries - json: 'https://restcountries.eu/rest/v2/all?fields=name;alpha2Code' + json: 'https://raw.githubusercontent.com/mledoze/countries/master/dist/countries.json' diff --git a/_src/_assets/javascripts/bigchain/form-enterprise.js b/_src/_assets/javascripts/bigchain/form-enterprise.js index 6be772c..56bf980 100644 --- a/_src/_assets/javascripts/bigchain/form-enterprise.js +++ b/_src/_assets/javascripts/bigchain/form-enterprise.js @@ -57,10 +57,10 @@ var FormEnterprise = (function(w, d, $) { app = { init: function() { - _private.formSubmit(); + _private.formSubmit() } }; return app; -})(window, document, jQuery); +})(window, document, jQuery) diff --git a/_src/_assets/styles/_sections/_section-partners.scss b/_src/_assets/styles/_sections/_section-partners.scss index 3784458..6769ab5 100644 --- a/_src/_assets/styles/_sections/_section-partners.scss +++ b/_src/_assets/styles/_sections/_section-partners.scss @@ -1,14 +1,8 @@ -.section--partners { - .grid__col { - padding-right: $gutter-space; - } -} - .partner { text-align: center; display: block; box-shadow: none; - max-width: 150px; + max-width: 120px; margin: auto; &:hover, @@ -31,7 +25,11 @@ fill: $brand-main-blue-light; fill-opacity: .6; max-width: 100%; - height: 40px; // need to hardcode some size to overwrite browser's default 150px height for SVGs + height: 20px; // need to hardcode some size to overwrite browser's default 150px height for SVGs + + @media ($screen-sm) { + height: 30px; + } } @@ -68,8 +66,10 @@ } .partner__logo--porsche { - transform: scale(1.3); - transform-origin: top center; + @media ($screen-sm) { + transform: scale(1.3); + transform-origin: top center; + } } .partner__logo--volkswagen { diff --git a/_src/_includes/form-enterprise.html b/_src/_includes/form-enterprise.html index 9fd1b63..f548c68 100644 --- a/_src/_includes/form-enterprise.html +++ b/_src/_includes/form-enterprise.html @@ -38,7 +38,7 @@ diff --git a/_src/_includes/sections/section-partners.html b/_src/_includes/sections/section-partners.html index f96dd7b..ea88685 100644 --- a/_src/_includes/sections/section-partners.html +++ b/_src/_includes/sections/section-partners.html @@ -37,7 +37,7 @@ partners:
-
+
{% if page.partners.logos %} {% assign partners_sorted = page.partners.logos %}