diff --git a/_config.yml b/_config.yml index 77eb6de..931cf94 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ # The Basics # -------------------- name: BigchainDB -description: 'The scalable blockchain database.' +description: 'The scalable blockchain database powering IPDB.' url: https://www.bigchaindb.com ipdb_api_url: https://test.ipdb.io diff --git a/_src/_assets/styles/bigchain/_hero.scss b/_src/_assets/styles/bigchain/_hero.scss index d4f4e2e..14b4fc1 100644 --- a/_src/_assets/styles/bigchain/_hero.scss +++ b/_src/_assets/styles/bigchain/_hero.scss @@ -23,9 +23,10 @@ $menu-height-md: 66px; height: 100vh; } - .section-title { + .hero__title { color: #fff; font-size: $font-size-h3; + margin-bottom: $spacer; @media ($screen-sm) { font-size: $font-size-h2; @@ -38,6 +39,15 @@ $menu-height-md: 66px; &:after { display: none; } } + .hero__subtitle { + font-size: $font-size-h4; + margin-top: 0; + + @media ($screen-sm) { + font-size: $font-size-h3; + } + } + .section-subtitle { font-size: $font-size-h4; @@ -55,8 +65,8 @@ $menu-height-md: 66px; // // intro animation // -.hero .section-title, -.hero .section-description, +.hero__title, +.hero__subtitle, .hero__action, .logo-enterprise { .wf-active &, @@ -66,7 +76,7 @@ $menu-height-md: 66px; } } -.hero .section-description { +.hero__subtitle { .wf-active &, .wf-inactive & { animation-delay: .3s; diff --git a/_src/_includes/hero.html b/_src/_includes/hero.html index 55de691..d1567e1 100644 --- a/_src/_includes/hero.html +++ b/_src/_includes/hero.html @@ -4,7 +4,8 @@
diff --git a/_src/index.html b/_src/index.html index d65626c..dffaea9 100644 --- a/_src/index.html +++ b/_src/index.html @@ -1,7 +1,7 @@ --- layout: base -tagline: 'Meet BigchainDB.