diff --git a/docs/_includes/marketing.html b/docs/_includes/marketing.html index e9222f1e..87adb838 100644 --- a/docs/_includes/marketing.html +++ b/docs/_includes/marketing.html @@ -1,14 +1,4 @@ {% if site.env != 'development' %} - - @@ -17,45 +7,4 @@ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N8JP8G'); - - - - - - - {% endif %} diff --git a/docs/css/_home.scss b/docs/css/_home.scss index 9b76fb17..043dc443 100644 --- a/docs/css/_home.scss +++ b/docs/css/_home.scss @@ -30,10 +30,6 @@ html, body { .join-form { border-radius: 5px 5px 0 0; } - .join-form.join-form-validated { - display: none; - border-radius: 5px; - } .jumbotron-header { text-align: center; color: white; @@ -70,6 +66,10 @@ html, body { border-radius: 6px; color: #FFF; max-width: 90%; + &.join-form-validated { + display: none; + border-radius: 5px; + } h3 { font-size: 22px; text-align: center;